Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Or if you're on Linux:

shuf -n4 /usr/share/dict/words | tr -d '\n'; echo



Actually, just:

echo $(shuf -n4 /usr/share/dict/words)

will do the trick. Though it does have some weird words in there. A trimmed "4000 common words" dictionary is what I use.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: