1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 15:39:46 +01:00
tldr/pages/linux/ark.md
Emily Grace Seville 1ab95e8f84
ark: refresh page (#9541)
* Enhance command description

* Fix descriptions and incorrect placeholder
2022-12-02 19:53:27 +05:30

452 B

ark

KDE's archiving tool. More information: https://docs.kde.org/stable5/en/ark/ark/.

  • Extract a specific archive into the current directory:

ark --batch {{path/to/archive}}

  • Extract an archive into a specific directory:

ark --batch --destination {{path/to/directory}} {{path/to/archive}}

  • Create an archive if it does not exist and add specific files to it:

ark --add-to {{path/to/archive}} {{path/to/file1 path/to/file2 ...}}