xz compress util
XZ Utils
tar.xz文件压缩与解压
- compress
1 | # 制作tar.xz文件 |
- decompress
1 | xz -d vedio_study_big_data.tar.xz |
XZ 特点
压缩率非常高(号称压缩率之王),但压缩时间较长,在5.2版本引入了LZMA2支持多线程机制,支持多CPU Core并行进行.
参考
- [1] XZ web
- Title: xz compress util
- Author: Ordiy
- Created at : 2021-12-02 11:59:13
- Updated at : 2025-03-26 09:39:38
- Link: https://ordiy.github.io/posts/2021-12-02-xz-compress-util/
- License: This work is licensed under CC BY 4.0.