mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-14 10:32:11 +03:00
264 B
264 B
uuidgen
Generate unique identifiers (UUIDs).
- Create a random UUID:
uuidgen --random
- Create a UUID based on the current time:
uuidgen --time
- Create a UUID based on the hash of a URL:
uuidgen --sha1 --namespace {{@url}} --name {{object_name}}