]> gitweb.michael.orlitzky.com - hath.git/blob - test/shell/manpage-sort.test
Document a pipe-to-sort and justify the lack of a special CIDR sort.
[hath.git] / test / shell / manpage-sort.test
1 # Test the pipe-to-sort example from the man page.
2
3 echo "192.168.0.100/24 192.167.1.200/24" | dist/build/hath/hath reduced | sort
4 >>>
5 192.167.1.200/24
6 192.168.0.100/24
7 >>>= 0