shuf -n 5 --random-source /dev/urandom /usr/share/dict/words | paste -sd ' '
shuf -n 5 --random-source /dev/urandom /usr/share/dict/words | tr '\n' ' '