commands.sh

xzcmp

all

Invokes `cmp` on files compressed with `xz`, `lzma`, `gzip`, `bzip2`, `lzop`, or `zstd`. All options specified are passed directly to `cmp`.

More info →

Examples (1)

Compare two specific files

xzcmp path/to/file1 path/to/file2
made by @shridhargupta | data from tldr-pages