diff --git a/pages/linux/ark.md b/pages/linux/ark.md new file mode 100644 index 0000000000..8bf5b62e95 --- /dev/null +++ b/pages/linux/ark.md @@ -0,0 +1,16 @@ +# ark + +> KDE archiving tool. +> More information: . + +- Extract an archive into the current directory: + +`ark --batch {{archive}}` + +- Change extraction directory: + +`ark --batch --destination {{path/to/directory}} {{archive}}` + +- Create an archive if it does not exist and add files to it: + +`ark --add-to {{archive}} {{file1}} {{file2}}`