Skip to content

Instantly share code, notes, and snippets.

@JoshuaGross
Created February 9, 2016 00:02
Show Gist options
  • Save JoshuaGross/da00c1e6c4a2acfd849d to your computer and use it in GitHub Desktop.
Save JoshuaGross/da00c1e6c4a2acfd849d to your computer and use it in GitHub Desktop.
Random alphanum identifier, 8 chars
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