Skip to content

Instantly share code, notes, and snippets.

@larsyencken
Created January 6, 2012 21:23
Show Gist options
  • Save larsyencken/1572462 to your computer and use it in GitHub Desktop.
Save larsyencken/1572462 to your computer and use it in GitHub Desktop.
Generating a static frequency distribution in shell
cat examples | sort | uniq -c | sort -nr | head -n 50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment