how to make a zip file 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: create zip file command line
for ubuntu : zip -r example.zip original_folder
Example 3: how to install zip files using wsl
wget file_location/filelink
wget paste_the_url_here/paste_the_link_address_here
Example 4: zip file
zip newzipfile.zip file1.txt file2.txt