Annotated edit history of
bzdiff(1) version 1 showing authors affecting page license.
View with all changes included.
Rev |
Author |
# |
Line |
1 |
perry |
1 |
BZDIFF |
|
|
2 |
!!!BZDIFF |
|
|
3 |
NAME |
|
|
4 |
SYNOPSIS |
|
|
5 |
DESCRIPTION |
|
|
6 |
SEE ALSO |
|
|
7 |
BUGS |
|
|
8 |
---- |
|
|
9 |
!!NAME |
|
|
10 |
|
|
|
11 |
|
|
|
12 |
bzcmp, bzdiff - compare bzip2 compressed files |
|
|
13 |
!!SYNOPSIS |
|
|
14 |
|
|
|
15 |
|
|
|
16 |
__bzcmp__ [[ cmp_options ] file1 [[ file2 ]__ |
|
|
17 |
bzdiff__ [[ diff_options ] file1 [[ file2 ] |
|
|
18 |
!!DESCRIPTION |
|
|
19 |
|
|
|
20 |
|
|
|
21 |
''Bzcmp'' and ''bzdiff'' are used to invoke the |
|
|
22 |
''cmp'' or the ''diff'' program on bzip2 compressed |
|
|
23 |
files. All options specified are passed directly to |
|
|
24 |
''cmp'' or ''diff''. If only 1 file is specified, then |
|
|
25 |
the files compared are ''file1'' and an uncompressed |
|
|
26 |
''file1''.bz2. 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), bzmore(1), bzless(1), bzgrep(1), |
|
|
34 |
bzip2(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.