Examples (7)
Generate a UUIDv1 (based on time and system's hardware address, if present)
Generate a UUIDv4 (based on random data)
uuid -v 4Generate multiple UUIDv4 identifiers at once
uuid -v 4 -n number_of_uuidsGenerate a UUIDv4 and specify the output format
uuid -v 4 -F BIN|STR|SIVGenerate a UUIDv4 and write the output to a file
uuid -v 4 -o path/to/fileGenerate a UUIDv5 (based on the supplied object name) with a specified namespace prefix
uuid -v 5 ns:DNS|URL|OID|X500 object_namemade by @shridhargupta | data from tldr-pages