Friday, December 18, 2009

HOWTO: sort /etc/hosts by IP numerically

sort -n -t . -k 1,1 -k 2,2 -k 3,3 -k 4,4 /etc/hosts