Loading...

Extract All Zip Files [repack] -

We have all been there. You download a massive asset pack, a backup of old photos, or a batch of client files, only to find yourself staring at a folder containing 50+ individual .zip files.

find . -name "*.zip" -exec unzip {} \; Or, if you want to put each extracted file into a folder named after the zip: extract all zip files

Have a favorite batch extraction tool? Or a horror story about overwriting the wrong files? Let me know in the comments below! We have all been there