mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 20:42:23 +03:00
xz: better compression ratio examples
This commit is contained in:
parent
c2a39d42c2
commit
f07f4532b2
@ -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…
Reference in New Issue
Block a user