Skip to content

Instantly share code, notes, and snippets.

@RichAyotte
Last active February 5, 2017 15:31
Show Gist options
  • Save RichAyotte/8e609e9982bc57fa0a7cc94cf5b9c609 to your computer and use it in GitHub Desktop.
Save RichAyotte/8e609e9982bc57fa0a7cc94cf5b9c609 to your computer and use it in GitHub Desktop.
Random email address
echo `< /dev/urandom tr -dc [:alnum:] | head -c20`'@'`< /dev/urandom tr -dc [:alnum:] | head -c20`'.com'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment