mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-13 10:18:51 +03:00
ark: refresh page (#9541)
* Enhance command description * Fix descriptions and incorrect placeholder
This commit is contained in:
parent
094dd0fe63
commit
1ab95e8f84
@ -1,16 +1,16 @@
|
||||
# ark
|
||||
|
||||
> KDE archiving tool.
|
||||
> KDE's archiving tool.
|
||||
> 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…
Reference in New Issue
Block a user