Wednesday, February 20, 2013

Apache Logs : Sorting IPs by number of hits

 cat bluecrm-access_log | awk '{ print $1 }' | sort -n | uniq -c | sort -n 

No comments:

Blog Archive