Word frequency count FIXED by murky-satyr

list join do(File standardInput foreach($,if($ ==32or$isLetter,append($ |32))))split select(>"")uniqueCount sort map(reverse join(" ")println)

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

download

return to the top page