Skip to content

Instantly share code, notes, and snippets.

@fay
Created July 11, 2014 10:08
Show Gist options
  • Save fay/26b53a3dbdff159bd605 to your computer and use it in GitHub Desktop.
Save fay/26b53a3dbdff159bd605 to your computer and use it in GitHub Desktop.
按照count排序
cat q.txt | sort | uniq -c | sort -rn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment