1 May
2021
1 May
'21
02:09
Hi Folks, I've got a little problem here that I bet someone here could handle. I've got a couple of thousand zip files that some knuckle-headed package created that have to be unpacked for inspection. They're named with a long date-time group with the .zip extension, as in Fri-Apr-30-185859-PDT-2021-logfile.zip Alas, they all unpack to the same filename: logfile So what's the easiest way to unzip them all and add the date-time string to the resultant logfile name so that they all don't unpack to the same filename and step on each other. Awk maybe? A clever pipeline with xargs? Or? Regards, Lew