Today i am going to dicuss with Linux Command called , Unrar Command Examples in Linux
Command: unrarCommand 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
No comments:
Post a Comment