LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

xzdiff

Show differences in xz compressed files

TLDR

Show differences in xz files
$ xzdiff [file1.xz] [file2.xz]
copy
Compare compressed with original
$ xzdiff [file.xz] [file]
copy

SYNOPSIS

xzdiff [diffoptions] file1 [file2_]

DESCRIPTION

xzdiff shows differences between xz compressed files. Decompresses and runs diff on the contents. Supports all diff options. Wrapper around diff for xz files.

INSTALL

sudo apt install xz-utils
copy
sudo dnf install xz
copy
sudo pacman -S xz
copy
sudo apk add xz
copy
sudo zypper install xz
copy
brew install xz
copy
nix profile install nixpkgs#xz
copy

SEE ALSO

xz(1), xzcmp(1), diff(1)

Copied to clipboard
Kai