Skip to content

Instantly share code, notes, and snippets.

@jayers99
Created April 2, 2019 16:33
Show Gist options
  • Save jayers99/69b6dce4e71950e10cdf111f21ff7d90 to your computer and use it in GitHub Desktop.
Save jayers99/69b6dce4e71950e10cdf111f21ff7d90 to your computer and use it in GitHub Desktop.
return sorted frequency list
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