Skip to content

Instantly share code, notes, and snippets.

@rendfall
Created June 17, 2018 13:13
Show Gist options
  • Save rendfall/f9bd723b7147bfd36095b741683c405d to your computer and use it in GitHub Desktop.
Save rendfall/f9bd723b7147bfd36095b741683c405d to your computer and use it in GitHub Desktop.
Random 4-letter word from the dictionary
# Random 4-letter word from the dictionary
$ shuf -n4 /usr/share/dict/words | tr -d '\n'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment