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

@@ -14,12 +14,12 @@ source: https://github.com/tldr-pages/tldr.git
- Generate a random number, using the contents of a file as a seed for the randomness:
`mcookie --file {{path/to/file}}`
`mcookie {{[-f|--file]}} {{path/to/file}}`
- Generate a random number, using a specific number of bytes from a file as a seed for the randomness:
`mcookie --file {{path/to/file}} --max-size {{number_of_bytes}}`
`mcookie {{[-f|--file]}} {{path/to/file}} {{[-m|--max-size]}} {{number_of_bytes}}`
- Print the details of the randomness used, such as the origin and seed for each source:
`mcookie --verbose`
`mcookie {{[-v|--verbose]}}`