Linux command
xzcmp 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
Compare xz compressed files
xzcmp [file1.xz] [file2.xz]
Compare compressed with uncompressed
xzcmp [file.xz] [file]
说明
xzcmp compares xz compressed files. Decompresses and compares files using cmp. If only one file given, compares with stdin or uncompressed version. Wrapper around cmp for xz files.
FAQ
What is the xzcmp command used for?
xzcmp compares xz compressed files. Decompresses and compares files using cmp. If only one file given, compares with stdin or uncompressed version. Wrapper around cmp for xz files.
How do I run a basic xzcmp example?
Run `xzcmp [file1.xz] [file2.xz]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more xzcmp examples?
This page includes 2 examples for xzcmp, plus related commands for nearby Linux tasks.