zip directory and contents linux command line code example
Example 1: convert all files and folders in current directory into zip in linux
zip -r myfiles.zip mydir
Example 2: create zip file ubuntu
zip -r output_file.zip file1 folder1
zip -r myfiles.zip mydir
zip -r output_file.zip file1 folder1