Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

zip exclude multiple files linux

-x "app/bower_components" -x "node_modules"

or

-x app/bower_components/* -x node_modules/*

or

-x "*.zip"
 
PREVIOUS NEXT
Tagged: #zip #exclude #multiple #files #linux
ADD COMMENT
Topic
Name
7+7 =