Forrest logo
back to context overview

ouch

List of commands for ouch:

  • ouch:tldr:33361 ouch: Decompress a file to a specific location.
    $ ouch decompress ${path-to-archive-tar-xz} --dir ${path-to-directory}
    try on your machine
    explain this command
  • ouch:tldr:6b480 ouch: Compress files.
    $ ouch compress ${filename1 filename2 ---} ${path-to-archive-zip}
    try on your machine
    explain this command
  • ouch:tldr:fe1cf ouch: Decompress a specific file.
    $ ouch decompress ${path-to-archive-tar-xz}
    try on your machine
    explain this command
back to context overview