Skip to content

Instantly share code, notes, and snippets.

@eliocapelati
Created September 8, 2014 18:11
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 eliocapelati/2fdadbd7feb8c7b6ddd4 to your computer and use it in GitHub Desktop.
Save eliocapelati/2fdadbd7feb8c7b6ddd4 to your computer and use it in GitHub Desktop.
UUID sem hífen e em maiúsculo.
uuidgen | sed -e "s/-//g" | tr [:lower:] [:upper:]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment