Loading....
In this blog i will explain how to zip files and folder in a current folder using Linux Command zip
1. cd /current_directory
2. zip -r filenametozip.zip ./*
1. unzip -d /destination_folder filename.zip
or tar xzvf filename.zip
1. zip filenametozip.zip file1 file2 file3
Last Update: 08/01/2018 Posted by: müslüm ÇEN