Skip to content

Instantly share code, notes, and snippets.

@db0company
Created May 18, 2017 02:49
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 db0company/57f892b70d107ae490ed28fdaf9c8977 to your computer and use it in GitHub Desktop.
Save db0company/57f892b70d107ae490ed28fdaf9c8977 to your computer and use it in GitHub Desktop.
Takes a file with one vote per line, returns a ranking
cat votes.txt | sort | uniq -c | sort -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment