Tuesday, December 3, 2013

Unrar Command Examples in Linux

Today i am going to dicuss with Linux Command called , Unrar Command Examples in Linux

Command: unrar

Command Usage: extract files from rar archives

Syntax
: unrar <command> [-<switch 1> -<switch N>] archive [files...] [path...]

Examples For Unrar Command :

1. To extract file

    $ unrar e sample.rar

2. To list file inside archive without uncompressing

    $ unrar l sample.rar

3. To extract files with full path

    $ unrar x sample.rar

4. To test integrity of archieve

    $ unrar t sample.rar

5. To display options of this command

    $ unrar --help


Unrar Linux Command Examples

No comments:

Post a Comment

Linux Tips and tricks,Online Linux Helpers