mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
ark: refresh page (#9541)
* Enhance command description * Fix descriptions and incorrect placeholder
This commit is contained in:
parent
094dd0fe63
commit
1ab95e8f84
1 changed files with 7 additions and 7 deletions
|
@ -1,16 +1,16 @@
|
||||||
# ark
|
# ark
|
||||||
|
|
||||||
> KDE archiving tool.
|
> KDE's archiving tool.
|
||||||
> More information: <https://docs.kde.org/stable5/en/ark/ark/>.
|
> More information: <https://docs.kde.org/stable5/en/ark/ark/>.
|
||||||
|
|
||||||
- Extract an archive into the current directory:
|
- Extract a specific archive into the current directory:
|
||||||
|
|
||||||
`ark --batch {{archive}}`
|
`ark --batch {{path/to/archive}}`
|
||||||
|
|
||||||
- Change extraction directory:
|
- Extract an archive into a specific directory:
|
||||||
|
|
||||||
`ark --batch --destination {{path/to/directory}} {{archive}}`
|
`ark --batch --destination {{path/to/directory}} {{path/to/archive}}`
|
||||||
|
|
||||||
- Create an archive if it does not exist and add files to it:
|
- Create an archive if it does not exist and add specific files to it:
|
||||||
|
|
||||||
`ark --add-to {{archive}} {{file1}} {{file2}}`
|
`ark --add-to {{path/to/archive}} {{path/to/file1 path/to/file2 ...}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue