commands.sh

uuidd

linux

Daemon for generating UUIDs.

More info →

Options (3)

-r, --randomboolean

Generate a random UUID

Example: uuidd {{[-r|--random]}}
-n, --uuidsboolean

Generate a bulk number of random UUIDs

Example: uuidd {{[-r|--random]}} {{[-n|--uuids]}} {{number_of_uuids}}
-t, --timeboolean

Generate a time-based UUID, based on the current time and MAC address of the system

Example: uuidd {{[-t|--time]}}

Examples (3)

Generate a random UUID

uuidd [-r|--random]

Generate a bulk number of random UUIDs

uuidd [-r|--random] [-n|--uuids] number_of_uuids

Generate a time-based UUID, based on the current time and MAC address of the system

uuidd [-t|--time]
made by @shridhargupta | data from tldr-pages