linux command line zip code example
Example 1: create a zip file in linux
Zipping a folder in linux
zip -r tecmint_files.zip tecmint_files
Unzipping a Zip file in linux
unzip tecmint_files.zip
Example 2: zip some files linux
zip archivename.zip filename1 filename2 filename3
Example 3: unzip folder using linx command
$ unzip tecmint_files.zip