Answers for "unzip all zip in folder windows cmd"

2

cmd unzip windows

# Unzip files of the current directory calling the Powershell
powershell -Command "Get-ChildItem . -Filter *.zip | Expand-Archive -DestinationPath . -Force"
Posted by: Guest on September-07-2021
0

unzip in folder

unzip package.zip -d /opt
Posted by: Guest on December-21-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language