commands.sh

ark

linux

KDE's archiving tool.

More info →

Options (3)

-b, --batchboolean

Extract a specific archive into the current directory

Example: ark {{[-b|--batch]}} {{path/to/archive}}
-o, --destinationboolean

Extract an archive into a specific directory

Example: ark {{[-b|--batch]}} {{[-o|--destination]}} {{path/to/directory}} {{path/to/archive}}
-t, --add-toboolean

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

Example: ark {{[-t|--add-to]}} {{path/to/archive}} {{path/to/file1 path/to/file2 ...}}

Examples (3)

Extract a specific archive into the current directory

ark [-b|--batch] path/to/archive

Extract an archive into a specific directory

ark [-b|--batch] [-o|--destination] path/to/directory path/to/archive

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

ark [-t|--add-to] path/to/archive path/to/file1 path/to/file2 ...
made by @shridhargupta | data from tldr-pages