mirror of https://github.com/CrimsonTome/tldr.git
xz: better compression ratio examples
parent
c2a39d42c2
commit
f07f4532b2
|
@ -18,6 +18,10 @@
|
||||||
|
|
||||||
`xz -k {{file}}`
|
`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