Answers for "how to convert folder into zip file in linux"

6

convert all files and folders in current directory into zip in linux

zip -r myfiles.zip mydir
Posted by: Guest on May-09-2020
0

convert folder to zip command line

zip -r {filename.zip} {foldername}
Posted by: Guest on March-12-2021

Code answers related to "how to convert folder into zip file in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language