1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 11:42:08 +02:00
tldr/pages/common/xzcmp.md
Lena 48047a58c9
xz*: update pages (#10192)
* xz*: update pages

* xz: make placeholders consistent
2023-07-16 14:00:03 +08:00

9 lines
278 B
Markdown

# 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}}`