1
0
Fork 0
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:
Dmitry 2020-06-21 11:02:41 +03:00 committed by GitHub
parent 4ed86c38da
commit 533c409465
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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