Answers for "how to unzip a folder on linux"

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