mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-11 06:16:53 +03:00
unrar: add page
This commit is contained in:
parent
4359692109
commit
45e74285a3
19
pages/common/unrar.md
Normal file
19
pages/common/unrar.md
Normal 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}}`
|
Loading…
Reference in New Issue
Block a user