Skip to content
Advertisement

Tag: unzip

unzip operation taking several hours

I am using the following shell script to loop over 90 zip files & unarchive them on a Linux box hosted with Hostinger (Shared web hosting) The python script being called by the above shell script is below – Irrespective of whether I use the inbuilt unzip command or a python, it’s taking about 2.5 hours to unzip all the

Python associate function

I want to add the file extensions found in the function to the line of code where I specified “HERE”. In other words, not only “.txt”, but also the extensions of the above function should be brought that part. In short, I want to associate the following code with the function. Can you help me, with this? Answer Assuming that

Nested if statement returns no such item

my scipt is working as in searching for zip files, unzip and do the things i want. But problem arise when i have nested zip files inside the zip file, so i thought maybe i copy the working if statement, make a few adjustments but i still cant get it to work. what i want to achieve is to simply

Advertisement