Skip to content

Instantly share code, notes, and snippets.

@jcbagtas
Created August 10, 2018 09:39
Show Gist options
  • Save jcbagtas/56c2faf6761e292d690b172a096a6387 to your computer and use it in GitHub Desktop.
Save jcbagtas/56c2faf6761e292d690b172a096a6387 to your computer and use it in GitHub Desktop.
cat access_log | awk '{print $8}' | sort -n | uniq -c | sort -nr | head -20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment