zip
: explain how to specify the compression level
This commit is contained in:

committed by
Agniva De Sarker

parent
8c89cf4613
commit
eee1e72ba2
@@ -10,6 +10,10 @@
|
||||
|
||||
`zip -r {{compressed.zip}} {{path/to/dir}} -x \*.git\* \*node_modules\* ...`
|
||||
|
||||
- Archive a directory and its contents with the highest level [9] of compression:
|
||||
|
||||
`zip -r -9 {{compressed.zip}} {{/path/to/dir}}`
|
||||
|
||||
- Package and compress multiple directories and files:
|
||||
|
||||
`zip -r {{compressed.zip}} {{/path/to/dir1 /path/to/dir2 /path/to/file}}`
|
||||
|
Reference in New Issue
Block a user