Skip to content

Instantly share code, notes, and snippets.

@badcommandorfilename
Created August 9, 2016 06:15
Show Gist options
  • Save badcommandorfilename/3906a779b463eb9026e50e687bf6fd54 to your computer and use it in GitHub Desktop.
Save badcommandorfilename/3906a779b463eb9026e50e687bf6fd54 to your computer and use it in GitHub Desktop.
Generate UUID with hyphens using sed and dbus-uuidgen
!#/bin/bash
dbus-uuidgen | sed 's/./-&/9;s/./-&/14;s/./-&/19;s/./-&/24'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment