Return to Snippet

Revision: 26364
at April 25, 2010 16:01 by alemani


Initial Code
cat /path/to/access.log | awk '{print $1}' | sort | uniq -c | sort -n | tail

Initial URL


Initial Description


Initial Title
How to sort web-server logs to find top users

Initial Tags
server, log, web

Initial Language
Bash