Skip to content

Instantly share code, notes, and snippets.

@jkriss
Created February 6, 2009 20:38
Show Gist options
  • Save jkriss/59596 to your computer and use it in GitHub Desktop.
Save jkriss/59596 to your computer and use it in GitHub Desktop.
tr ',.;:?-' ' ' | tr ' ' '\n' | tr '[:upper:]' '[:lower:]' | sort | uniq -c | sort -nr | sed 's/^\w+//' | sed 's/ / /' | (read; cat) | less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment