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