mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 07:15:32 +02:00

extracting with original directory structure is arguably a more common use case than extracting the files in a flattened manner
404 B
404 B
unrar
Extract RAR archives
- extract files with original directory structure
unrar x {{compressed.rar}}
- 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}}