Options (3)
-b, --batchbooleanExtract a specific archive into the current directory
Example:
ark {{[-b|--batch]}} {{path/to/archive}}-o, --destinationbooleanExtract an archive into a specific directory
Example:
ark {{[-b|--batch]}} {{[-o|--destination]}} {{path/to/directory}} {{path/to/archive}}-t, --add-tobooleanCreate 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/archiveExtract an archive into a specific directory
ark [-b|--batch] [-o|--destination] path/to/directory path/to/archiveCreate 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