2016-01-05 01:06:05 +00:00
|
|
|
# unrar
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
> Extract RAR archives.
|
2016-01-05 01:06:05 +00:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Extract files with original directory structure:
|
2016-01-05 01:06:05 +00:00
|
|
|
|
|
|
|
`unrar x {{compressed.rar}}`
|
|
|
|
|
2020-06-21 09:02:41 +01:00
|
|
|
- Extract files to a specified path with the original directory structure:
|
|
|
|
|
|
|
|
`unrar x {{compressed.rar}} {{path/to/extract}}`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Extract files into current directory, losing directory structure in the archive:
|
2016-01-05 17:31:30 +00:00
|
|
|
|
|
|
|
`unrar e {{compressed.rar}}`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Test integrity of each file inside the archive file:
|
2016-01-05 01:06:05 +00:00
|
|
|
|
|
|
|
`unrar t {{compressed.rar}}`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- List files inside the archive file without decompressing it:
|
2016-01-05 01:06:05 +00:00
|
|
|
|
|
|
|
`unrar l {{compressed.rar}}`
|