Unzip Multiple Files from Linux Command Line

7 years ago
Here’s a quick tip that will help you work with multiple zip files on the command line. If you are in a folder and have three zip files in it (a.zip, b.zip, c.zip) that you want to unzip, “no problem,” you think. “I can take care of that with one command.” And you quickly run the following: ...