Skip to content

Instantly share code, notes, and snippets.

@enjoylife
Created February 10, 2014 01:28
Show Gist options
  • Save enjoylife/8908787 to your computer and use it in GitHub Desktop.
Save enjoylife/8908787 to your computer and use it in GitHub Desktop.
Count words
echo "Lorem ipsum dolor sit sit amet." | tr [:space:] '\n' | grep -v "^\s*$" | sort | uniq -c | sort -bnr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment