zip: simplify -x example

According to the 5th item of the
[Guidelines](https://github.com/tldr-pages/tldr/blob/master/CONTRIBUTING.md#guidelines),
avoid getting into details like glob patterns.
coverage
Eric Nielsen 2017-09-13 12:19:40 -05:00
parent 91938046f2
commit 43ff4dd736
1 changed files with 1 additions and 1 deletions

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: