Created
February 9, 2016 00:02
-
-
Save JoshuaGross/da00c1e6c4a2acfd849d to your computer and use it in GitHub Desktop.
Random alphanum identifier, 8 chars
This file contains hidden or 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
cat /dev/random | LC_CTYPE=C tr -dc 'a-zA-Z0-9' | fold -w 8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment