scott n-h wrote: > -I or --ip-address > I'm hoping the usefulness of this would be apparent.
The coreutils manual: http://www.gnu.org/software/coreutils/manual/html_node/sort-invocation.html#sort-invocation Shows an example of sorting IPv4 addresses this way: sort -s -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n Bob
