1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 11:35:24 +02:00

zip.md: wrap compression level in tokens

This commit is contained in:
Agniva De Sarker 2017-03-01 22:27:52 +05:30
parent eee1e72ba2
commit c0ba2afc2b

View file

@ -12,7 +12,7 @@
- Archive a directory and its contents with the highest level [9] of compression:
`zip -r -9 {{compressed.zip}} {{/path/to/dir}}`
`zip -r -{{9}} {{compressed.zip}} {{/path/to/dir}}`
- Package and compress multiple directories and files: