Created
April 2, 2019 16:33
-
-
Save jayers99/69b6dce4e71950e10cdf111f21ff7d90 to your computer and use it in GitHub Desktop.
return sorted frequency list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sort | uniq -c | sort -rn | head -n 25 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment