Esempio:

grep Oct/2014 /var/log/httpd/access_log | awk '{ print $1 }' | sort -n | uniq -c | sort -rn | head