Skip to content

Instantly share code, notes, and snippets.

@mariokonschake
Created January 28, 2013 13:56
Show Gist options
  • Save mariokonschake/4655662 to your computer and use it in GitHub Desktop.
Save mariokonschake/4655662 to your computer and use it in GitHub Desktop.
A quick histogram in the shell. (Keep forgetting it.)
zcat file | sort | uniq -c | sort -nr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment