Name: Jhonson 2011-03-09 5:06
Can you help me write a program that finds what lowercase symbols are used most in a binary file?
$ grep -o '[a-z]' subject.txt | sort | uniq -c | sort -nr | head -n1
44920 o