Created
September 8, 2014 18:11
-
-
Save eliocapelati/2fdadbd7feb8c7b6ddd4 to your computer and use it in GitHub Desktop.
UUID sem hífen e em maiúsculo.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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