Skip to content

Instantly share code, notes, and snippets.

@Hashbrown777
Created April 12, 2022 05:57
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 Hashbrown777/d245a553d7e4f76dd16ba7a8d681c6fe to your computer and use it in GitHub Desktop.
Save Hashbrown777/d245a553d7e4f76dd16ba7a8d681c6fe to your computer and use it in GitHub Desktop.
cat /dev/urandom \
| tr -dc '[:upper:][:digit:]' \
| fold -w ${1:-8} \
| head -1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment