Zip Command in Linux

Tagged with: , , , ,

Command to create a zip file from a given folder.


zip -r File.zip Folder/

Leave a Reply