編集の要約なし |
|||
1行目: | 1行目: | ||
xz is practically a [https://anken-hyouban.com/blog/2021/09/09/superset/ superset] of lzma, unlzma, and lzcat as found from LZMA Utils 4.32.x. In most cases, it is possible to replace LZMA Utils with XZ Utils without breaking existing scripts. There are some incompatibilities though, which may sometimes cause problems. | xz is practically a [https://anken-hyouban.com/blog/2021/09/09/superset/ superset] of lzma, unlzma, and lzcat as found from LZMA Utils 4.32.x. In most cases, it is possible to replace [LZMA https://www.itmedia.co.jp/enterprise/articles/0906/19/news003.html] Utils with XZ Utils without breaking existing scripts. There are some incompatibilities though, which may sometimes cause problems. | ||
==関連コマンド== | ==関連コマンド== |
2023年1月5日 (木) 17:27時点における版
xz is practically a superset of lzma, unlzma, and lzcat as found from LZMA Utils 4.32.x. In most cases, it is possible to replace [LZMA https://www.itmedia.co.jp/enterprise/articles/0906/19/news003.html] Utils with XZ Utils without breaking existing scripts. There are some incompatibilities though, which may sometimes cause problems.
関連コマンド
コマンド | 概要 |
---|---|
unxz | is equivalent to xz --decompress. |
xzcat | is equivalent to xz --decompress --stdout. |
lzma | is equivalent to xz --format=lzma. |
unlzma | is equivalent to xz --format=lzma --decompress. |
lzcat | is equivalent to xz --format=lzma --decompress --stdout. |