System Grab Bag

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

unrar

Extract RAR archives. More information: https://manned.org/unrar.
  • Extract files with original directory structure:
    unrar x {{compressed.rar}}
  • Extract files to a specified path with the original directory structure:
    unrar x {{compressed.rar}} {{path/to/extract}}
  • Extract files into current directory, losing directory structure in the archive:
    unrar e {{compressed.rar}}
  • Test integrity of each file inside the archive file:
    unrar t {{compressed.rar}}
  • List files inside the archive file without decompressing it:
    unrar l {{compressed.rar}}

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.