Forrest logo
back to context overview

uuidd

List of commands for uuidd:

  • uuidd:tldr:1169f uuidd: Generate a bulk number of random UUIDs.
    $ uuidd --random --uuids ${number_of_uuids}
    try on your machine
    explain this command
  • uuidd:tldr:43f30 uuidd: Generate a random UUID.
    $ uuidd --random
    try on your machine
    explain this command
  • uuidd:tldr:93f85 uuidd: Generate a time-based UUID, based on the current time and MAC address of the system.
    $ uuidd --time
    try on your machine
    explain this command
back to context overview