mirror of https://github.com/CrimsonTome/tldr.git
commit
bfcd1b1f7a
|
@ -13,3 +13,7 @@
|
|||
- Remove unwanted files from an existing zip file:
|
||||
|
||||
`zip -d {{compressed.zip}} "{{foo/*.tmp}}"`
|
||||
|
||||
- Remove unwanted files from target dirs:
|
||||
|
||||
`zip -r {{compressed.zip}} {{target_dirs}} -x \*.git\* \*node_modules\* ...`
|
||||
|
|
Loading…
Reference in New Issue