mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-06 01:44:36 +00:00
Update cheatsheets
This commit is contained in:
17
zdiff
Normal file
17
zdiff
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# zdiff
|
||||
|
||||
> Invoke `diff` on `gzip` archives.
|
||||
> 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 `gzip` archive with the same name:
|
||||
|
||||
`zdiff {{path/to/file}}`
|
||||
Reference in New Issue
Block a user