Skip to content

Instantly share code, notes, and snippets.

@dvdbng
Created January 10, 2020 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dvdbng/082368d054fa9be4d832f459f11c72dc to your computer and use it in GitHub Desktop.
Save dvdbng/082368d054fa9be4d832f459f11c72dc to your computer and use it in GitHub Desktop.
#!/bin/bash
cat /etc/dictionaries-common/words | grep -P '^[a-z]{1,10}$' | shuf -n 4 | tr '\n' '-' | sed 's/-$/\n/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment