Skip to content

Instantly share code, notes, and snippets.

@smirn0v
Created February 19, 2014 11:42
Show Gist options
  • Save smirn0v/9090381 to your computer and use it in GitHub Desktop.
Save smirn0v/9090381 to your computer and use it in GitHub Desktop.
Sort book words
tr ' ' '\n' < i-am-legend.txt | sed 's/[^a-zA-Z]//g' | sort | uniq -c | sort -k2nr | less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment