Skip to content

Instantly share code, notes, and snippets.

@rjmoggach
Created December 4, 2012 18:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rjmoggach/4207410 to your computer and use it in GitHub Desktop.
Save rjmoggach/4207410 to your computer and use it in GitHub Desktop.
CLI sort a list by number of unique occurences
echo 4 10 2 38 39 4 39 4 10 4 44 4 4 38 6 38 38 6 11 32 4 11 52 14 39 \
38 38 10 40 40 4 38 38 38 | fmt -1 | sort | uniq -c | sort -nr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment