編集の要約なし |
|||
20行目: | 20行目: | ||
!lzcat | !lzcat | ||
|is equivalent to xz --format=lzma --decompress --stdout. | |is equivalent to xz --format=lzma --decompress --stdout. | ||
|- | |||
!xzcmp<br>xzdiff | |||
|invoke cmp(1) or diff(1) on files compressed with xz(1), lzma(1), gzip(1), bzip2(1), or lzop(1). All options specified are passed directly to cmp(1) or diff(1). | |||
|- | |||
!lzcmp<br>lzdiff | |||
|are provided for backward compatibility with LZMA Utils. | |||
|} | |} |
2023年1月6日 (金) 12:01時点における版
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 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. |
xzcmp xzdiff |
invoke cmp(1) or diff(1) on files compressed with xz(1), lzma(1), gzip(1), bzip2(1), or lzop(1). All options specified are passed directly to cmp(1) or diff(1). |
lzcmp lzdiff |
are provided for backward compatibility with LZMA Utils. |