Created
June 22, 2013 08:34
-
-
Save PharaohKJ/5839987 to your computer and use it in GitHub Desktop.
A-Za-z0-9_でのパスワード生成シェル 数字は文字数
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
tr -dc A-Za-z0-9_ < /dev/urandom | head -c 12 | xargs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment