Creating a guid in mac OSX command line
Note for myself on how to create guid or uuid on the command line in mac osx.
Converts to lowercase.
uuidgen | tr "[A-Z]" "[a-z]"
Note for myself on how to create guid or uuid on the command line in mac osx.
Converts to lowercase.
uuidgen | tr "[A-Z]" "[a-z]"