LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

lzdiff

compares two lzip-compressed files and shows differences

TLDR

Compare two lzip-compressed files
$ lzdiff [file1.lz] [file2.lz]
copy
Show unified diff
$ lzdiff -u [file1.lz] [file2.lz]
copy
Show context diff
$ lzdiff -c [file1.lz] [file2.lz]
copy

SYNOPSIS

lzdiff [options] file1 file2

DESCRIPTION

lzdiff compares two lzip-compressed files and shows differences. Automatically decompresses before comparing. Equivalent to running diff on decompressed contents. Passes options through to diff.

PARAMETERS

-u

Unified diff format.
-c
Context diff format.
All diff options are supported.

INSTALL

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

lzip(1), lzcmp(1), diff(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid