Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-23 00:19:06 +00:00
parent 8ba6f7fc9e
commit 94c28849c9
382 changed files with 1183 additions and 1056 deletions

View File

@@ -14,16 +14,16 @@ source: https://github.com/tldr-pages/tldr.git
- Extract an archive to the specified directory:
`unar -o {{path/to/directory}} {{path/to/archive}}`
`unar {{[-o|-output-directory]}} {{path/to/directory}} {{path/to/archive}}`
- Force overwrite if files to be unpacked already exist:
`unar -f {{path/to/archive}}`
`unar {{[-f|-force-overwrite]}} {{path/to/archive}}`
- Force rename if files to be unpacked already exist:
`unar -r {{path/to/archive}}`
`unar {{[-r|-force-rename]}} {{path/to/archive}}`
- Force skip if files to be unpacked already exist:
`unar -s {{path/to/archive}}`
`unar {{[-s|-force-skip]}} {{path/to/archive}}`