Forrest logo
back to context overview

ark

List of commands for ark:

  • ark:tldr:4ce08 ark: Create an archive if it does not exist and add specific files to it.
    $ ark --add-to ${path-to-archive} ${filename1 filename2 ---}
    try on your machine
    explain this command
  • ark:tldr:60b83 ark: Extract a specific archive into the current directory.
    $ ark --batch ${path-to-archive}
    try on your machine
    explain this command
  • ark:tldr:f3d29 ark: Extract an archive into a specific directory.
    $ ark --batch --destination ${path-to-directory} ${path-to-archive}
    try on your machine
    explain this command
back to context overview