Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -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}}`