Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-11 00:21:58 +00:00
parent 9b844dc12b
commit f3773777cf
36 changed files with 230 additions and 99 deletions

View File

@@ -15,16 +15,16 @@ source: https://github.com/tldr-pages/tldr.git
- Same as above, with ZPAQ - extreme compression, but very slow:
`lrztar -z {{path/to/directory}}`
`lrztar {{[-z|--zpaq]}} {{path/to/directory}}`
- Specify the output file:
`lrztar -o {{path/to/file}} {{path/to/directory}}`
`lrztar {{[-o|--outfile]}} {{path/to/file}} {{path/to/directory}}`
- Override the number of processor threads to use:
`lrztar -p {{8}} {{path/to/directory}}`
`lrztar {{[-p|--threads]}} {{8}} {{path/to/directory}}`
- Force overwriting of existing files:
`lrztar -f {{path/to/directory}}`
`lrztar {{[-f|--force]}} {{path/to/directory}}`