snippetbashTip
xzcmp — Invokes `cmp` on files compressed with `xz`, `lzma`, `gzip`, `bzip2`, `lzop`, or `zstd`. All options
Viewed 0 times
xzcmpcommandfilescmpcliwithcompressedinvokes
Problem
How to use the
xzcmp command: Invokes cmp on files compressed with xz, lzma, gzip, bzip2, lzop, or zstd. All options specified are passed directly to cmp. More information: <https://manned.org/xzcmp>.Solution
xzcmp — Invokes cmp on files compressed with xz, lzma, gzip, bzip2, lzop, or zstd. All options specified are passed directly to cmp. More information: <https://manned.org/xzcmp>.Compare two specific files:
xzcmp {{path/to/file1}} {{path/to/file2}}Code Snippets
Compare two specific files
xzcmp {{path/to/file1}} {{path/to/file2}}Context
tldr-pages: common/xzcmp
Revisions (0)
No revisions yet.