Bash script to find the frequency of every letter in a file

Viewed 20614

I am trying to find out the frequency of appearance of every letter in the english alphabet in an input file. How can I do this in a bash script?

5 Answers
Related