advanced code snippet search
alemani on 04/25/10
server log web
04/25/10 04:01pm
cat /path/to/access.log | awk '{print $1}' | sort | uniq -c | sort -n | tail
Report this snippet Tweet
Comment:
You need to login to post a comment.