Linux command
xzdiff 命令
文件
Copy it and replace filenames, paths, or keywords as needed.
命令示例
Show differences in xz files
xzdiff [file1.xz] [file2.xz]
Compare compressed with original
xzdiff [file.xz] [file]
说明
xzdiff shows differences between xz compressed files. Decompresses and runs diff on the contents. Supports all diff options. Wrapper around diff for xz files.
FAQ
What is the xzdiff command used for?
xzdiff shows differences between xz compressed files. Decompresses and runs diff on the contents. Supports all diff options. Wrapper around diff for xz files.
How do I run a basic xzdiff example?
Run `xzdiff [file1.xz] [file2.xz]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more xzdiff examples?
This page includes 2 examples for xzdiff, plus related commands for nearby Linux tasks.