Skip to content

Instantly share code, notes, and snippets.

@adulau
Created January 20, 2019 15:08
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 adulau/2571f5a324d36d25e5229e1bde0e35a5 to your computer and use it in GitHub Desktop.
Save adulau/2571f5a324d36d25e5229e1bde0e35a5 to your computer and use it in GitHub Desktop.
generate UUIDv4 in shell
od -x /dev/urandom | head -1 | awk '{OFS="-"; print $2$3,$4,4 substr($5, 0, 3),8 substr($6, 0, 3),$7$8$9}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment