Skip to content

Instantly share code, notes, and snippets.

@miklosbagi
Created February 14, 2023 19:14
Show Gist options
  • Save miklosbagi/556aa30feec4bf332c035ea7c0594098 to your computer and use it in GitHub Desktop.
Save miklosbagi/556aa30feec4bf332c035ea7c0594098 to your computer and use it in GitHub Desktop.
UUID gen
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