Skip to content

Instantly share code, notes, and snippets.

@yusukeaiko
Created April 25, 2014 02:35
Show Gist options
  • Save yusukeaiko/11276194 to your computer and use it in GitHub Desktop.
Save yusukeaiko/11276194 to your computer and use it in GitHub Desktop.
ランダム文字列をたくさん生成する ref: http://qiita.com/Vit-Symty/items/5be5326c9db9de755184
cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 16 | head -n 32 | sort | uniq
$ cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 16 | head -n 8 | sort | uniq
4QrrCixUp7SH64k0
7C0jFVNj7TmFTK96
8GQeLqyfkHiFiDtu
8sLaDqQf9dNHNzDd
k0Jg6PzlbzRSQCdM
liw3Q0ALIDySM9io
qFxlNKdOPHQueD4T
rBC0EMUCisXTDobs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment