Joined June 2011
·

Lorenz Leutgeb

Vienna, Austria
·
·
·

Posted to Generate UUID at shell prompt over 1 year ago

@lorin tr lets you specify a set of characters with -d, so this is a bit shorter:

uuidgen | tr -d '\n-' | tr '[:upper:]' '[:lower:]'

Achievements
109 Karma
0 Total ProTip Views