Answers for "zip all files in a folder debian"

8

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

linux zip all folders except one

zip -r myarchive.zip dir1 -x dir1/ignoreDir1/**\* dir1/ignoreDir2/**\*
Posted by: Guest on July-03-2020

Code answers related to "zip all files in a folder debian"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language