Logo Background

Unzip Several Zip Files

  • When you have more than 1 zip files to be unzip, it will be painful to unzip one by one. Instead, you can use the command as below to unzip all the zip files in one shot: -

    UNIX> unzip '*.zip'

    Simple and easy of files unzip, all in one command.

Leave a Comment