Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pditommaso/9a7728e0240230226d34 to your computer and use it in GitHub Desktop.
Save pditommaso/9a7728e0240230226d34 to your computer and use it in GitHub Desktop.
#!/bin/bash
# bash generate random alphanumeric string
#
dd bs=18 count=1 if=/dev/urandom 2>/dev/null | base64 | tr +/ 0A
@pditommaso
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment