Hello, This might be a off topic question here, but I need some help. How to count the most used words from a large document? What are the tools available, ...
See if this works for you. It will give you the word counts for counts greater than 20. You can supply multiple text files when invoking it... $ ./mostUsed.py...