Formatted all pages according to guidelines.
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
# unrar
|
||||
|
||||
> Extract RAR archives
|
||||
> Extract RAR archives.
|
||||
|
||||
- extract files with original directory structure
|
||||
- Extract files with original directory structure:
|
||||
|
||||
`unrar x {{compressed.rar}}`
|
||||
|
||||
- extract files into current directory, losing directory structure in the archive
|
||||
- Extract files into current directory, losing directory structure in the archive:
|
||||
|
||||
`unrar e {{compressed.rar}}`
|
||||
|
||||
- test integrity of each file inside the archive file
|
||||
- Test integrity of each file inside the archive file:
|
||||
|
||||
`unrar t {{compressed.rar}}`
|
||||
|
||||
- list files inside the archive file without decompressing it
|
||||
- List files inside the archive file without decompressing it:
|
||||
|
||||
`unrar l {{compressed.rar}}`
|
||||
|
Reference in New Issue
Block a user