mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 07:55:25 +02:00
ark: add page (#4280)
This commit is contained in:
parent
d715edf785
commit
57b8769fe5
1 changed files with 16 additions and 0 deletions
16
pages/linux/ark.md
Normal file
16
pages/linux/ark.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# ark
|
||||
|
||||
> KDE archiving tool.
|
||||
> More information: <https://docs.kde.org/stable5/en/kdeutils/ark/>.
|
||||
|
||||
- Extract an archive into the current directory:
|
||||
|
||||
`ark --batch {{archive}}`
|
||||
|
||||
- Change extraction directory:
|
||||
|
||||
`ark --batch --destination {{path/to/directory}} {{archive}}`
|
||||
|
||||
- Create an archive if it does not exist and add files to it:
|
||||
|
||||
`ark --add-to {{archive}} {{file1}} {{file2}}`
|
Loading…
Add table
Reference in a new issue