awk '{ file[$7]++ } END { for ( v in file ) print file[v], v }' /var/log/httpd/access_log | sort -n | tail +10