1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 09:44:55 +02:00

Merge pull request #780 from ihaolin/patch-1

add a zip cmd
This commit is contained in:
Igor Shubovych 2016-02-21 12:16:28 +02:00
commit bfcd1b1f7a

View file

@ -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\* ...`