Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ryo-takahashi/2bc0c4b12be52a4a0c059b436c37862b to your computer and use it in GitHub Desktop.
Save ryo-takahashi/2bc0c4b12be52a4a0c059b436c37862b to your computer and use it in GitHub Desktop.
ランダムな文字列を生成するコマンド
cat /dev/urandom | base64 | fold -w 32 | head -n 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment