
uuidgen
List of commands for uuidgen:
-
uuidgen:tldr:12f03 uuidgen: Generate a UUID string.$ uuidgentry on your machineexplain this command
-
uuidgen:tldr:3c185 uuidgen: Create a UUIDv5 of the name with a specified namespace prefix.$ uuidgen --sha1 --namespace ${select} --name ${object_name}try on your machineexplain this command
-
uuidgen:tldr:63a3d uuidgen: Create a UUIDv1 based on the current time.$ uuidgen --timetry on your machineexplain this command
-
uuidgen:tldr:ada77 uuidgen: Create a random UUIDv4.$ uuidgen --randomtry on your machineexplain this command