Skip to content

Instantly share code, notes, and snippets.

@intrip
Created March 11, 2014 20:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save intrip/9494483 to your computer and use it in GitHub Desktop.
Save intrip/9494483 to your computer and use it in GitHub Desktop.
grep " 404 " * | cut -d " " -f 7 | sort | uniq -c | sort -n -r | head -50 | less
On hhtpd access log directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment