Computer Tips - Linux: display a random word

Date: 2023sep14 Language: bash Q. Linux: display a random word A.
$ shuf -n 1 /usr/share/dict/words obtainers
This will give you a random English word. It can be use to make a userid or for other purposes.