tldr/pages/common/unrar.md

20 lines
404 B
Markdown
Raw Normal View History

2016-01-05 01:06:05 +00:00
# unrar
> Extract RAR archives
- extract files with original directory structure
`unrar x {{compressed.rar}}`
- extract files into current directory, losing directory structure in the archive
`unrar e {{compressed.rar}}`
2016-01-05 01:06:05 +00:00
- 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}}`