Programming Tips - Can I find a list of all English words?

Date: 2012apr25 OS: Linux Q. Can I find a list of all English words? A. On a Linux box /usr/share/dict/words is a list of all English words. Its very handy for many things. Spell checkers, passwords strength checkers, password generators, studying the language and so much more. Its such a simple thing. But such a great thing. In a C/C++ program you can read it into memory in a few seconds. On Fedora, install it with:
dnf install words