tldr/pages/common/xzcmp.md

10 lines
278 B
Markdown
Raw Normal View History

2023-01-02 10:47:30 +00:00
# xzcmp
> Invokes `cmp` on files compressed with `xz`, `lzma`, `gzip`, `bzip2`, `lzop`, or `zstd`.
> All options specified are passed directly to `cmp`.
2023-01-02 10:47:30 +00:00
> More information: <https://manned.org/xzcmp>.
- Compare two specific files:
`xzcmp {{path/to/file1}} {{path/to/file2}}`