diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /upstream/opensuse-leap-15-6/man1/zdiff.1 | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/opensuse-leap-15-6/man1/zdiff.1')
-rw-r--r-- | upstream/opensuse-leap-15-6/man1/zdiff.1 | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/upstream/opensuse-leap-15-6/man1/zdiff.1 b/upstream/opensuse-leap-15-6/man1/zdiff.1 new file mode 100644 index 00000000..0c826c3f --- /dev/null +++ b/upstream/opensuse-leap-15-6/man1/zdiff.1 @@ -0,0 +1,48 @@ +.TH ZDIFF 1 +.SH NAME +zcmp, zdiff \- compare compressed files +.SH SYNOPSIS +.B zcmp +[ cmp_options ] file1 +[ file2 ] +.br +.B zdiff +[ diff_options ] file1 +[ file2 ] +.SH DESCRIPTION +.I Zcmp +and +.I zdiff +are used to invoke the +.I cmp +or the +.I diff +program on files compressed via +.IR gzip "." +All options specified are passed directly to +.I cmp +or +.IR diff "." +If only +.I file1 +is specified, it is compared to the uncompressed contents of +.IR file1 ".gz." +If two files are specified, their contents (uncompressed if necessary) are fed to +.I cmp +or +.IR diff "." +The input files are not modified. +The exit status from +.I cmp +or +.I diff +is preserved. +.SH "SEE ALSO" +cmp(1), diff(1), zmore(1), zgrep(1), znew(1), zforce(1), gzip(1), gzexe(1) +.SH BUGS +Messages from the +.I cmp +or +.I diff +programs may refer to file names such as "\-" instead of to the file +names specified. |