Skip to content

Instantly share code, notes, and snippets.

@alperyilmaz
Created November 17, 2016 13:35
Show Gist options
  • Save alperyilmaz/7ba14e9d83fb06f4d772f5eefb341bb3 to your computer and use it in GitHub Desktop.
Save alperyilmaz/7ba14e9d83fb06f4d772f5eefb341bb3 to your computer and use it in GitHub Desktop.
most frequent five letters from harfler file, shown in alphabetical order
$ sort harfler | uniq -c | sort -nr | head -5 | sort -k2
15 e
11 f
15 n
9 u
10 y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment