Skip to content

Instantly share code, notes, and snippets.

@ableasdale
Created October 30, 2013 16:39
Show Gist options
  • Save ableasdale/7235855 to your computer and use it in GitHub Desktop.
Save ableasdale/7235855 to your computer and use it in GitHub Desktop.
Cut | Sort | Uniq example
cut -d " " -f 3- filename.txt | sort -n | uniq -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment