Skip to content

Instantly share code, notes, and snippets.

@staaldraad
Created December 9, 2016 11:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save staaldraad/61c38e1bcaae9eb6fff6da02ae12db48 to your computer and use it in GitHub Desktop.
Save staaldraad/61c38e1bcaae9eb6fff6da02ae12db48 to your computer and use it in GitHub Desktop.
Count all words in a list and sort
grep -v "^\s*$" /tmp/cracked| sort | uniq -c | sort -bnr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment