Files
cheatsheet-tldr/tldr/xzcmp

15 lines
371 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`