Skip to content

Instantly share code, notes, and snippets.

@timotta
Created January 11, 2019 11:31
Show Gist options
  • Save timotta/dd9ca943b0fbd3382648679ba3a2c642 to your computer and use it in GitHub Desktop.
Save timotta/dd9ca943b0fbd3382648679ba3a2c642 to your computer and use it in GitHub Desktop.
Terminal random chars
cat /dev/urandom | tr -dc 'a-zA-Z' | fold -w 10 | head -n 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment