Quantcast
Channel: zip – Digerati Consulting
Browsing latest articles
Browse All 2 View Live

Extract .zip file (unzip) via unix command line

To extract a zip file into current directory, enter this code in your terminal window. # unzip filename.zip

View Article


Zip only some files (jpg) via unix command line

To create a new zip archive ‘filename.zip’ including only select files, you can use an expression argument after the command. Enter the following in your terminal to compress all jpg fies in current...

View Article

Browsing latest articles
Browse All 2 View Live