Skip to content

Instantly share code, notes, and snippets.

@mattosborn
Created November 3, 2014 14:54
Show Gist options
  • Save mattosborn/e80fb368ec0ff6ffce83 to your computer and use it in GitHub Desktop.
Save mattosborn/e80fb368ec0ff6ffce83 to your computer and use it in GitHub Desktop.
log cutting n counting
cat logfile.log | awk -F'" "' '{print $6}' | sort | uniq -c | sort -rbg | less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment