Answers for "how to unzip file on terminal on windows"

5

terminal unzip

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

How to unzip a file using the cmd?

echo unzi started
powershell -Command "Expand-Archive -Path advanced-systemcare-setup.zip -DestinationPath $env:USERPROFILE\Desktop"
echo done
pause
Posted by: Guest on October-17-2020

Code answers related to "how to unzip file on terminal on windows"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language