zdiff: add page (#8636)

pull/1/head
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
1 changed files with 12 additions and 0 deletions

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