Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-24 00:21:36 +00:00
parent 4e6886aa1f
commit 70f6f2ac08
27 changed files with 174 additions and 69 deletions

View File

@@ -20,6 +20,6 @@ source: https://github.com/tldr-pages/tldr.git
`shuf {{path/to/input_file}} {{[-o|--output]}} {{path/to/output_file}}`
- Generate 3 random numbers in the range 1-10 (inclusive):
- Generate 3 random numbers in the range 1-10 (inclusive, numbers can repeat):
`shuf {{[-n|--head-count]}} 3 {{[-i|--input-range]}} 1-10 {{[-r|--repeat]}}`