Help for this page

Select Code to Download


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