Skip to content

Instantly share code, notes, and snippets.

@chrisgaunt
Forked from loisaidasam/gist:2774350
Last active December 13, 2015 20:38
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 chrisgaunt/4970791 to your computer and use it in GitHub Desktop.
Save chrisgaunt/4970791 to your computer and use it in GitHub Desktop.
cat example.com.access.log | cut -f1 -d ' ' | sort | uniq -c | sort -g -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment