2020-08-28 08:09:36 +00:00
|
|
|
# ark
|
|
|
|
|
2022-12-03 00:23:27 +10:00
|
|
|
> KDE's archiving tool.
|
2021-07-02 21:22:57 +02:00
|
|
|
> More information: <https://docs.kde.org/stable5/en/ark/ark/>.
|
2020-08-28 08:09:36 +00:00
|
|
|
|
2022-12-03 00:23:27 +10:00
|
|
|
- Extract a specific archive into the current directory:
|
2020-08-28 08:09:36 +00:00
|
|
|
|
2022-12-03 00:23:27 +10:00
|
|
|
`ark --batch {{path/to/archive}}`
|
2020-08-28 08:09:36 +00:00
|
|
|
|
2022-12-03 00:23:27 +10:00
|
|
|
- Extract an archive into a specific directory:
|
2020-08-28 08:09:36 +00:00
|
|
|
|
2022-12-03 00:23:27 +10:00
|
|
|
`ark --batch --destination {{path/to/directory}} {{path/to/archive}}`
|
2020-08-28 08:09:36 +00:00
|
|
|
|
2022-12-03 00:23:27 +10:00
|
|
|
- Create an archive if it does not exist and add specific files to it:
|
2020-08-28 08:09:36 +00:00
|
|
|
|
2022-12-03 00:23:27 +10:00
|
|
|
`ark --add-to {{path/to/archive}} {{path/to/file1 path/to/file2 ...}}`
|