mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
unrar: extract to another directory example (#4088)
This commit is contained in:
parent
4ed86c38da
commit
533c409465
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@
|
|||
|
||||
`unrar x {{compressed.rar}}`
|
||||
|
||||
- Extract files to a specified path with the original directory structure:
|
||||
|
||||
`unrar x {{compressed.rar}} {{path/to/extract}}`
|
||||
|
||||
- Extract files into current directory, losing directory structure in the archive:
|
||||
|
||||
`unrar e {{compressed.rar}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue