Examples of the zip command

 
zip -0 -r file.zip folder/


zip -e file.zip file.txt

zip -0 -e file.zip file.txt


zip file.zip file1.txt file2.txt

zip -0 file.zip file1.txt file2.txt

 

Related Snippets

•  Examples of touch command
•  Examples of the curl command
•  Examples of the wget command
•  Rename a batch of files