Skip to content

Instantly share code, notes, and snippets.

@yoppi
Created March 15, 2017 07:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yoppi/87fc0b798e271121c051fc4354f7b828 to your computer and use it in GitHub Desktop.
Save yoppi/87fc0b798e271121c051fc4354f7b828 to your computer and use it in GitHub Desktop.
Gen uuid in command line
uuidgen | tr '[:upper:]' '[:lower:]' # Mac OS(darwin) generate default uppercase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment