Penguin
Annotated edit history of zdiff(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 ZDIFF
2 !!!ZDIFF
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 BUGS
8 ----
9 !!NAME
10
11
12 zcmp, zdiff - compare compressed files
13 !!SYNOPSIS
14
15
16 __zcmp__ [[ cmp_options ] file1 [[ file2 ]__
17 zdiff__ [[ diff_options ] file1 [[ file2 ]
18 !!DESCRIPTION
19
20
21 ''Zcmp'' and ''zdiff'' are used to invoke the
22 ''cmp'' or the ''diff'' program on compressed files.
23 All options specified are passed directly to ''cmp'' or
24 ''diff''. If only 1 file is specified, then the files
25 compared are ''file1'' and an uncompressed
26 ''file1''.gz. If two files are specified, then they are
27 uncompressed if necessary and fed to ''cmp'' or
28 ''diff''. The exit status from ''cmp'' or ''diff''
29 is preserved.
30 !!SEE ALSO
31
32
33 cmp(1), diff(1), zmore(1), zgrep(1), znew(1), zforce(1),
34 gzip(1), gzexe(1)
35 !!BUGS
36
37
38 Messages from the ''cmp'' or ''diff'' programs refer
39 to temporary filenames instead of those
40 specified.
41 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.