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 .
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 .