That Dictionary File,
January 11th, 2007
the one i’m always forgetting where it hides, with the 234,936 english words in, is here
/usr/share/dict/web2
as the readme says “it makes a dandy ‘grep’ vicitim”. Want a random word?
perl -e 'rand($.) < 1 && ($line = $_) while <>; print $line’ \
/usr/share/dict/web2




Leave a Reply