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