Skip to content

Commit

Permalink
Merge pull request #592 from joelhy/unrar-common-page
Browse files Browse the repository at this point in the history
unrar: add page
  • Loading branch information
igorshubovych committed Jan 5, 2016
2 parents 1492161 + 45e7428 commit 15764d3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pages/common/unrar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# unrar

> Extract RAR archives
- extract files into current directory, losing directory structure in the archive

`unrar e {{compressed.rar}}`

- extract files with original directory structure

`unrar x {{compressed.rar}}`

- test integrity of each file inside the archive file

`unrar t {{compressed.rar}}`

- list files inside the archive file without decompressing it

`unrar l {{compressed.rar}}`

0 comments on commit 15764d3

Please sign in to comment.