tldr/pages/linux/ark.md

17 lines
452 B
Markdown
Raw Normal View History

2020-08-28 09:09:36 +01:00
# ark
> KDE's archiving tool.
> More information: <https://docs.kde.org/stable5/en/ark/ark/>.
2020-08-28 09:09:36 +01:00
- Extract a specific archive into the current directory:
2020-08-28 09:09:36 +01:00
`ark --batch {{path/to/archive}}`
2020-08-28 09:09:36 +01:00
- Extract an archive into a specific directory:
2020-08-28 09:09:36 +01:00
`ark --batch --destination {{path/to/directory}} {{path/to/archive}}`
2020-08-28 09:09:36 +01:00
- Create an archive if it does not exist and add specific files to it:
2020-08-28 09:09:36 +01:00
`ark --add-to {{path/to/archive}} {{path/to/file1 path/to/file2 ...}}`