Answers for "how to make a zip of a folder in linux"

48

linux zip a directory

zip -r filename.zip /path/to/folder1
Posted by: Guest on May-11-2020
9

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
Posted by: Guest on June-26-2020

Code answers related to "how to make a zip of a folder in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language