From 888dc45aed3bbc41911132cb902f73bae0bae1dd Mon Sep 17 00:00:00 2001 From: Juri Date: Mon, 3 Oct 2022 16:05:06 +0200 Subject: [PATCH] zdiff: add page (#8636) --- pages/common/zdiff.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/zdiff.md diff --git a/pages/common/zdiff.md b/pages/common/zdiff.md new file mode 100644 index 000000000..72e5e3c9b --- /dev/null +++ b/pages/common/zdiff.md @@ -0,0 +1,12 @@ +# zdiff + +> Invoke `diff` on gzipped files. +> More information: . + +- 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}}`