1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 14:44:57 +02:00
tldr/pages/linux/ark.md
2020-08-28 16:09:36 +08:00

16 lines
381 B
Markdown

# 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}}`