unrar: extract to another directory example (#4088)

This commit is contained in:
Dmitry
2020-06-21 11:02:41 +03:00
committed by GitHub
parent 4ed86c38da
commit 533c409465

View File

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