1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 12:06:00 +02:00

zdiff: add page (#8636)

This commit is contained in:
Juri 2022-10-03 16:05:06 +02:00 committed by GitHub
parent b1ea42afa6
commit 888dc45aed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
pages/common/zdiff.md Normal file
View file

@ -0,0 +1,12 @@
# zdiff
> Invoke `diff` on gzipped files.
> More information: <https://manned.org/zdiff>.
- Compare two files, uncompressing them if necessary:
`zdiff {{path/to/file1.gz}} {{path/to/file2.gz}}`
- Compare a file to a gzipped archive with the same name:
`zdiff {{path/to/file}}`