grep ":25 HTTP/1.0" * | cut -d : -f 2 | cut -d" " -f 1 | sort -n -t . -k 1,1 -k 2,2 -k 3,3 -k 4,4 | uniq > test
Categories: Mac OS X | Linux