Answers for "ubuntu zip file with ignore folder"

7

ubuntu zip folder

zip -r filename.zip folder
zip -r filename.zip folder1 folder2
zip -r filename.zip /path/to/folder1 /path/to/file2
Posted by: Guest on March-21-2021
0

how to zip a folder but ignore some files

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language