I have downloaded a large number of .zip files and need to extract them using 7z (p7zip) at the command line. 7z x filename0001.zip
is successful, but 7z x *.zip
returns a "No files to process" error.
How can I unzip the files as a batch instead of one at a time?