Created
May 11, 2020 08:34
-
-
Save shearluck/1d5a2470ca54c1a6b336890a2708f312 to your computer and use it in GitHub Desktop.
Linux random password generator
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LEN=$1 | |
< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c$LEN |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment