Textfile UNIX Dictionary

Can someone tell me where the dictionary text file is on UNIX systems? Or where can I get a good text file in a dictionary? I am currently using a text file from SUN, but it contains abbreviations that are not followed by a period (or I could delete them). Can someone point me in the right direction? I cannot find anything useful in tools for Mac developers. I am looking for something that contains only English words, abbreviations and no proper nouns. This is for a word game.

+3
source share
1 answer

Try it /usr/dict/words, /usr/share/dict/or /var/lib/dict/.

google " linux" "linux words" :

http://www.linuxquestions.org/questions/linux-newbie-8/dictionary-file-in-linux-652559/
http://en.wikipedia.org/wiki/Words_(Unix)
.

+9

All Articles