Word frequency count FIXED by eban

tr A-Z\  a-z\\n|tr -cd a-z\\n|sort|uniq -c|sed '/31/d;s/ *//'

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page