Skip to content

Instantly share code, notes, and snippets.

@sl4v
Created August 8, 2016 09:16
Show Gist options
  • Save sl4v/085391d351ff14c55a01eb3617ea16ef to your computer and use it in GitHub Desktop.
Save sl4v/085391d351ff14c55a01eb3617ea16ef to your computer and use it in GitHub Desktop.

Sort and get uniq lines with count

cat txt | sort | uniq -c | sort -nr > out.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment