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