System Grab Bag

View all TLDR pages from common (or from all pages)

ouch

Command-line utility for compressing and decompressing files and directories. More information: https://crates.io/crates/ouch.
  • Decompress a specific file:
    ouch decompress {{path/to/archive.tar.xz}}
  • Decompress a file to a specific location:
    ouch decompress {{path/to/archive.tar.xz}} --dir {{path/to/directory}}
  • Decompress multiple files:
    ouch decompress {{path/to/archive1.tar path/to/archive2.tar.gz ...}}
  • Compress files:
    ouch compress {{path/to/file1 path/to/file2 ...}} {{path/to/archive.zip}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.