I want to unzip an zip-archive, but just a subfolder in it.
Example structure archive.zip:
-rootfolder --subfolder ---subsubfolder
I just want to unzip subsubfolder with 7zip (preferably). How can I do it?
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
To unzip only the "doc" directory inside the zip file to "/tmp" directory You need to specify the absolute path of "doc" directory inside zip file.
| |||
|
feedback
|
|
Open the archive.zip with the 7zip file manager. Click and highlight the subfolder. Extract. I'n not sure how to use the command line interface for this behavior. | |||
|
feedback
|