Answers for "linux zip all files and subdirectories"

8

zip all files command 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 "linux zip all files and subdirectories"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language