Linux Commands Reference - Complete Linux Command Guide

Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.

Share
Back to commands

unrar

Decompress RAR format files

Syntax

unrar [COMMAND] [OPTION]... ARCHIVE [FILE]... [DEST]

Common Options

xExtract with paths
eExtract without paths
lList archive contents
tTest integrity
-pSpecify password
-o+Overwrite existing
-o-Never overwrite
-yAssume yes

Common Examples

unrar x archive.rar

Extract RAR file

unrar x archive.rar /target/

Extract to directory

unrar l archive.rar

List contents

unrar x -psecret archive.rar

Extract with password

unrar t archive.rar

Test integrity

unrar e archive.rar

Extract without paths

Related Commands

Related Tools

More Code & Dev Tools