tldr/pages/linux/ark.md

17 lines
376 B
Markdown
Raw Normal View History

2020-08-28 09:09:36 +01:00
# ark
> KDE archiving tool.
> More information: <https://docs.kde.org/stable5/en/ark/ark/>.
2020-08-28 09:09:36 +01:00
- 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}}`