Recently I’ve been copy/pasting UUIDs all over the place for various reasons. Here’s a snippet to generate one and add it to the OS X clipboard for immediate use:
1
|
|
The tr -d '\n'
makes sure the newline from the uuidgen
output is removed.
Recently I’ve been copy/pasting UUIDs all over the place for various reasons. Here’s a snippet to generate one and add it to the OS X clipboard for immediate use:
1
|
|
The tr -d '\n'
makes sure the newline from the uuidgen
output is removed.