mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-21 02:02:02 +00:00
Update cheatsheets
This commit is contained in:
@@ -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]}}`
|
||||
|
||||
Reference in New Issue
Block a user