zip: simplify -x example (#1490)

This commit is contained in:
Starbeamrainbowlabs
2017-10-13 21:44:52 +01:00
committed by GitHub

View File

@@ -8,7 +8,7 @@
- E[x]clude unwanted files from being added to the compressed archive:
`zip -r {{compressed.zip}} {{path/to/dir}} -x \*.git\* \*node_modules\* ...`
`zip -r {{compressed.zip}} {{path/to/dir}} -x {{path/to/exclude}}`
- Archive a directory and its contents with the highest level [9] of compression: