Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-29 00:18:23 +00:00
parent a3692d638b
commit 75f807d6af
175 changed files with 1107 additions and 775 deletions

View File

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