Create a ZIP file in Linux.
This will create a ZIP file called foo.zip that contains all of the documents in the current directory.
zip foo.zip ./*
Create a ZIP file in Linux.
This will create a ZIP file called foo.zip that contains all of the documents in the current directory.
zip foo.zip ./*