python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
how to unzip more than one zip file and delete it
When i am geting more than one zip file i can't unzip the second zip file
For example there is a .tif inside the zip file, when its loopign the unzip funcion its say the .tif is already exists.
Try
...

MaRco
Votes: 0
Answers: 1
How to find and unzip all the .zip archives in a directory with Python?
I wish to scan a directory with Python make a list with the names of all the .zip archives in the directory and then extract those zip archives to a different directory.
For example I have a downloads...

KZiovas
Votes: 0
Answers: 0
Linux unzip command fails to unzip file
I have a zip file named test_kit.zip which contains a shell script deploy.sh inside it. The shell script file has read, write and, execute permission.
I want to unzip this test_kit.zip file
Using jar...
Neutrino Watson
Votes: 0
Answers: 0
expand-archive successfully expands, but oddly returns error
In a script I'm trying to unzip a zip file and even though it successfully unzips the files into the folder, it returns error. I get the failed message of the IF statement (snippet below). I've tried ...
crashintoty
Votes: 0
Answers: 1