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

If you install coreutils (`brew install coreutils`), you can cut that down a bit:

    gshuf /usr/share/dict/words | head -n 10 | awk '{print $1 "! "}' | say


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

Search: