Tagged Questions
2
votes
2answers
586 views
Batch unzip .zip files using 7z [closed]
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.
...