mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 13:45:59 +02:00
uuidgen: add page
This commit is contained in:
parent
8eca4bbac2
commit
75bc700557
1 changed files with 15 additions and 0 deletions
15
pages/linux/uuidgen.md
Normal file
15
pages/linux/uuidgen.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue