dmuuid - generates pseudo-random UUIDs
The dmuuid program generates pseudo-random UUIDs. By default, DMPACK uses 32
characters long UUIDv4 identifers in hexadecimal format (without hyphens). If
command-line flag --hyphens is set, 36 characters long identifiers with
hyphens are returned. The option --convert expects UUIDs to be passed via
standard input. Invalid identifiers will be replaced with the default UUIDv4.
- --convert, -c
-
Add hyphens to hexadecimal UUIDs passed via stdin.
- --count, -n n
-
Number of UUIDs to generate (default: 1).
- --help, -h
-
Print available command-line arguments and quit.
- --hyphens, -p
-
Return 36 characters long UUIDs with hyphens.
- --version, -v
-
Print version information and quit.