mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 11:15:23 +02:00
zip.md: wrap compression level in tokens
This commit is contained in:
parent
eee1e72ba2
commit
c0ba2afc2b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
- Archive a directory and its contents with the highest level [9] of compression:
|
- 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:
|
- Package and compress multiple directories and files:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue