commands.sh

unrar

all

Extract RAR archives.

More info →

Examples (5)

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
made by @shridhargupta | data from tldr-pages