2025-03-14 21:59:59 -06:00
|
|
|
# uuidd
|
|
|
|
|
|
|
|
|
|
> Daemon for generating UUIDs.
|
|
|
|
|
> More information: <https://manned.org/uuidd>.
|
|
|
|
|
|
|
|
|
|
- Generate a random UUID:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`uuidd {{[-r|--random]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Generate a bulk number of random UUIDs:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`uuidd {{[-r|--random]}} {{[-n|--uuids]}} {{number_of_uuids}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Generate a time-based UUID, based on the current time and MAC address of the system:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`uuidd {{[-t|--time]}}`
|