how to zip files terminal code example
Example 1: zip folder terminal
zip -r mynewfilename.zip foldertozip/
Example 2: create zip file terminal linux
$ zip -r tecmint_files.zip tecmint_files
zip -r mynewfilename.zip foldertozip/
$ zip -r tecmint_files.zip tecmint_files