Last active
December 29, 2016 10:15
-
-
Save bjorand/3a1cc56cc6ec62822a20a3164094de2a to your computer and use it in GitHub Desktop.
Generate UUID with bash
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
od -x /dev/urandom | head -1 | awk '{OFS="-"; print $2$3,$4,$5,$6,$7$8$9}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment