[ prog / sol / mona ]

prog


random Unix things

20 2020-05-10 02:53

GodWords by Terry A. Davis

#!/bin/bash
#This prints ten random words.
echo "$(shuf -n 10 /usr/share/dict/words --random-source=/dev/urandom | tr '\n' ' ')"
$ ./GodWords 
icebergs politicizing nonvirulent Caitlin's Babel croutons guillotined dingbats polygamous gild
45


VIP:

do not edit these