lsar: add page; unar: update page (#12787)

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
This commit is contained in:
spageektti
2024-05-16 00:18:22 +02:00
committed by GitHub
parent a04d52dfef
commit 1e921fa0de
2 changed files with 34 additions and 5 deletions

View File

@@ -5,20 +5,20 @@
- Extract an archive to the current directory:
`unar {{archive}}`
`unar {{path/to/archive}}`
- Extract an archive to the specified directory:
`unar -o {{path/to/directory}} {{archive}}`
`unar -o {{path/to/directory}} {{path/to/archive}}`
- Force overwrite if files to be unpacked already exist:
`unar -f {{archive}}`
`unar -f {{path/to/archive}}`
- Force rename if files to be unpacked already exist:
`unar -r {{archive}}`
`unar -r {{path/to/archive}}`
- Force skip if files to be unpacked already exist:
`unar -s {{archive}}`
`unar -s {{path/to/archive}}`