« Back to Index

Generate UUID (Universally Unique Identifier)

View original Gist on GitHub

Tags: #uuid

Generate unique ID - UID.bash

# uuidgen is installed on macOS by default
alias uid='echo $(uuidgen)'