mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-22 23:02:49 +00:00
Update cheatsheets
This commit is contained in:
@@ -11,12 +11,12 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Create a random UUIDv4:
|
||||
|
||||
`uuidgen --random`
|
||||
`uuidgen {{[-r|--random]}}`
|
||||
|
||||
- Create a UUIDv1 based on the current time:
|
||||
|
||||
`uuidgen --time`
|
||||
`uuidgen {{[-t|--time]}}`
|
||||
|
||||
- Create a UUIDv5 of the name with a specified namespace prefix:
|
||||
|
||||
`uuidgen --sha1 --namespace {{@dns|@url|@oid|@x500}} --name {{object_name}}`
|
||||
`uuidgen {{[-s|--sha1]}} {{[-n|--namespace]}} {{@dns|@url|@oid|@x500}} {{[-N|--name]}} {{object_name}}`
|
||||
|
||||
Reference in New Issue
Block a user