# Test the pipe-to-sort example from the man page. echo "192.168.0.100/24 192.167.1.200/24" | dist/build/hath/hath reduced | sort >>> 192.167.1.200/24 192.168.0.100/24 >>>= 0