mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:22:08 +02:00
278 B
278 B
xzcmp
Invokes
cmp
on files compressed withxz
,lzma
,gzip
,bzip2
,lzop
, orzstd
. All options specified are passed directly tocmp
. More information: https://manned.org/xzcmp.
- Compare two specific files:
xzcmp {{path/to/file1}} {{path/to/file2}}