Extract All — Zip Files 2021
Select > Extract Here (or "Extract to */" to put each in its own folder). Using Windows PowerShell
mkdir All_Extracted && for z in *.zip; do unzip "$z" -d All_Extracted; done extract all zip files
Mac users have a hidden advantage: the unzip command. Unlike the Finder (which only does one file at a time), Terminal handles dozens instantly. Select > Extract Here (or "Extract to */"