Answers for "unzip directory inside zip linux"

0

unzip zip linux on specific folder

unzip /path/to/file.zip -d temp_for_zip_extract
Posted by: Guest on April-15-2021
0

unzip specific folder linux

unzip /path/to/archive.zip "in/archive/folder/*" -d "/path/to/unzip/to"
Posted by: Guest on April-28-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language