Return to Snippet

Revision: 14024
at May 15, 2009 14:52 by rowntreerob


Initial Code
grep 'util.net.*php' /var/log/httpd/access_log | awk  ' { print substr($4,2,6) } ' | sort | uniq -c

Initial URL


Initial Description
daily hits on the youtube.video helper methods in 'utility' cls only on //ads

Initial Title
php util log access rept - youtube video

Initial Tags
apache

Initial Language
Bash