mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-26 18:32:41 +03:00
Clarify -x option
This also makes it easier to understand what `-x` means (eXclude)
This commit is contained in:
parent
bfcd1b1f7a
commit
f3ba0e6086
@ -14,6 +14,6 @@
|
||||
|
||||
`zip -d {{compressed.zip}} "{{foo/*.tmp}}"`
|
||||
|
||||
- Remove unwanted files from target dirs:
|
||||
- Exclude unwanted files from being added to the compressed archive:
|
||||
|
||||
`zip -r {{compressed.zip}} {{target_dirs}} -x \*.git\* \*node_modules\* ...`
|
||||
`zip -r {{compressed.zip}} {{path/to/dir}} -x \*.git\* \*node_modules\* ...`
|
||||
|
Loading…
Reference in New Issue
Block a user