uuid
Generate and decode Universally Unique Identifiers (UUID).
See also uuidgen
.
=> More information.
- Generate a UUIDv1 (based on time and system's hardware address, if present):
uuid
- Generate a UUIDv4 (based on random data):
uuid -v {4}
- Generate multiple UUIDv4 identifiers at once:
uuid -v {4} -n {number_of_uuids}
- Generate a UUIDv4 and specify the output format:
uuid -v {4} -F {BIN|STR|SIV}
- Generate a UUIDv4 and write the output to a file:
uuid -v {4} -o {path/to/file}
- Generate a UUIDv5 (based on the supplied object name) with a specified namespace prefix:
uuid -v {5} ns:{DNS|URL|OID|X500} {object_name}
uuid -d {uuid}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY
Proxy Information
- Original URL
- gemini://freeshell.de/tldr/uuid.gmi
- Status Code
- Success (20)
- Meta
text/gemini;lang=en-GB
- Capsule Response Time
- 104.242386 milliseconds
- Gemini-to-HTML Time
- 0.316877 milliseconds
This content has been proxied by September (ba2dc).