1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 11:02:08 +02:00
tldr/pages/linux/uuidgen.md
2018-12-22 21:57:25 +05:30

15 lines
264 B
Markdown

# 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}}`