I have a zipped folder : folder.zip, the zip contains file1 and file2. I want to unzip file1 without unzipping folder.zip (Like what we can do using WinRaR). I want to be able to do this scenario using command line :
- open (Without unzipping) folder.zip and display content
- Find file1 inside folder.zip
- Unzip file1
- Get at the end file1 unzipped and folder.zip
I tried to do it using WinRaR application, and I’m expecting to do it using command line.
>Solution :
Did you try unzip folder.zip my/file/in/folder/file1 the/other/file/in/folder/file2?