Date Added: 24/10/2017
Linux Command zip

In this blog i will explain how to zip files and folder in a current folder using Linux Command zip

Creating zip files

1. cd /current_directory

2. zip -r  filenametozip.zip ./*

 

Unzipping a files to a directory(folder)

1. unzip -d /destination_folder filename.zip

or tar xzvf filename.zip

 

 

Zip Some files 

1. zip  filenametozip.zip file1 file2 file3 

 

Last Update: 08/01/2018 Posted by: müslüm ÇEN

Not Commented Yet !
Please login in order to comment . Login