1 2 3 4 |
[root@web02 httpd]# zgrep /js/video.min.latest.js /var/log/httpd/hd_access_log-20110606.gz | awk {'print $6" "$9'} | sort | uniq -c | sed 's/"//g' 2 GET 200 70 GET 301 10206 GET 404 |
A collection of notes, guides, musings through the lenses of a Linux systems administrator