Shell/Bash: zip command in linux Example
Shell/Bash Example: This is the "zip command in linux" Example. compiled from many sources on the internet by SimpleTutorials.org
linux install zip command
sudo apt install zip
create zip file terminal linux
$ zip -r tecmint_files.zip tecmint_files
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
how to install zip file in linux
$ sudo apt install unzip
* Summary: This "zip command in linux" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!