First, you need to view what's inside of the .zip archive:
unzip -v archive.zip
Once, you've found the folder you wanted to extract, just type this:
unzip archive.zip "folder_to_extract/*" -d .
Published on May 28th, 2020
Terminal
First, you need to view what's inside of the archive:Once, you've found the folder you wanted to extract, just type this:
1 minute read
First, you need to view what's inside of the .zip archive:
unzip -v archive.zip
Once, you've found the folder you wanted to extract, just type this:
unzip archive.zip "folder_to_extract/*" -d .