Report Commands and Comments

tail -10000 /var/log/httpd/access_log | awk '{print $1}' | sort | uniq -c | sort -nr | tail -n30
Page generated in: 0.001821 seconds.