↧
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 ArticleZip 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