August 29, 2009

Count unique IP address in Apache’s access log

Filed under: Bash, How To, Linux, Ubuntu — James @ 11:14 pm
sed < /var/log/httpd/access_log -e 's/ .*$//' | sort | uniq -c
Bookmark and Share

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment