mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-25 00:35:24 +02:00
xz: better compression ratio examples
This commit is contained in:
parent
c2a39d42c2
commit
f07f4532b2
1 changed files with 6 additions and 2 deletions
|
@ -18,6 +18,10 @@
|
|||
|
||||
`xz -k {{file}}`
|
||||
|
||||
- Compress a file and attempt to improve compression ratio by using more CPU time:
|
||||
- Compress a file using fastest compression:
|
||||
|
||||
`xz -e {{file}}`
|
||||
`xz -0 {{file}}`
|
||||
|
||||
- Compress a file using best compression:
|
||||
|
||||
`xz -9 {{file}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue