Help please. I've got 4,000 zipped files that I need to unzip. The files to be unzipped should be saved in one folder. Sample of file names of the zipped files:
abc20100220_12345_1111
abc20100220_12345_1112
abc20100220_12346_1113
Thanks in Advance!
This should be in programming thread. Do you wish to unzip all ZIP files, or only specific names ? What happens after unzip, do you want to keep the ZIP file there, move it, or delete it ? (Question relates to what happens when you rerun the script, it may redo ZIP-files)
pkunzip -o *.*
=====================================
Helping others achieve escape felicityM2
@tvc
sorry wasn't able to put my query on the right category..
anyways, the zipped files is in just one folder and yes, I would want to unzip all of them and put them in a new folder, then have all the zipped files deleted after.thanks!
Yes (14) | ![]() | |
No (14) | ![]() | |
I don't know (15) | ![]() |