For When You Can't Have The Real Thing
[ start | index | login ]
start > Sort IPs

Sort IPs

Created by dave. Last edited by dave, 13 years and 85 days ago. Viewed 2,900 times. #2
[diff] [history] [edit] [rdf]
labels
attachments
Using gnu sort:
$ sort -n -t . -k 1,1 -k 2,2 -k 3,3 -k 4,4 somefile.txt

For this to work, the file you're sorting needs to have the IP address as the first item on each line.

(>>Source)

no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt