1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 06:22:07 +02:00

Merge pull request #592 from joelhy/unrar-common-page

unrar: add page
This commit is contained in:
Igor Shubovych 2016-01-05 14:19:06 +02:00
commit 15764d3ee6

19
pages/common/unrar.md Normal file
View file

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