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:
parent
b1ea42afa6
commit
888dc45aed
1 changed files with 12 additions and 0 deletions
12
pages/common/zdiff.md
Normal file
12
pages/common/zdiff.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue