Answers for "how to unzip a folder in terminal"

5

terminal unzip

sudo apt-get install unzip
unzip file.zip
Posted by: Guest on April-27-2021
0

terminal unzip to folder

unzip /path/to/file.zip -d temp_for_zip_extract
Posted by: Guest on March-06-2022

Code answers related to "how to unzip a folder in terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language