diff options
author | Julian Seward <jseward@acm.org> | 2001-12-30 22:13:13 +0100 |
---|---|---|
committer | Julian Seward <jseward@acm.org> | 2001-12-30 22:13:13 +0100 |
commit | 099d844292f60f9d58914da29e5773204dc55e7a (patch) | |
tree | 04bdb38dbcd894d6fdbbc3253e216d029cade5c6 /bzdiff.1 | |
parent | 795b859eee96c700e8f3c3fe68e6a9a39d95797c (diff) | |
download | bzip2-099d844292f60f9d58914da29e5773204dc55e7a.tar.gz bzip2-099d844292f60f9d58914da29e5773204dc55e7a.tar.bz2 bzip2-099d844292f60f9d58914da29e5773204dc55e7a.zip |
bzip2-1.0.2bzip2-1.0.2
Diffstat (limited to 'bzdiff.1')
-rw-r--r-- | bzdiff.1 | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/bzdiff.1 b/bzdiff.1 new file mode 100644 index 0000000..adb7a8e --- /dev/null +++ b/bzdiff.1 | |||
@@ -0,0 +1,47 @@ | |||
1 | \"Shamelessly copied from zmore.1 by Philippe Troin <phil@fifi.org> | ||
2 | \"for Debian GNU/Linux | ||
3 | .TH BZDIFF 1 | ||
4 | .SH NAME | ||
5 | bzcmp, bzdiff \- compare bzip2 compressed files | ||
6 | .SH SYNOPSIS | ||
7 | .B bzcmp | ||
8 | [ cmp_options ] file1 | ||
9 | [ file2 ] | ||
10 | .br | ||
11 | .B bzdiff | ||
12 | [ diff_options ] file1 | ||
13 | [ file2 ] | ||
14 | .SH DESCRIPTION | ||
15 | .I Bzcmp | ||
16 | and | ||
17 | .I bzdiff | ||
18 | are used to invoke the | ||
19 | .I cmp | ||
20 | or the | ||
21 | .I diff | ||
22 | program on bzip2 compressed files. All options specified are passed | ||
23 | directly to | ||
24 | .I cmp | ||
25 | or | ||
26 | .IR diff "." | ||
27 | If only 1 file is specified, then the files compared are | ||
28 | .I file1 | ||
29 | and an uncompressed | ||
30 | .IR file1 ".bz2." | ||
31 | If two files are specified, then they are uncompressed if necessary and fed to | ||
32 | .I cmp | ||
33 | or | ||
34 | .IR diff "." | ||
35 | The exit status from | ||
36 | .I cmp | ||
37 | or | ||
38 | .I diff | ||
39 | is preserved. | ||
40 | .SH "SEE ALSO" | ||
41 | cmp(1), diff(1), bzmore(1), bzless(1), bzgrep(1), bzip2(1) | ||
42 | .SH BUGS | ||
43 | Messages from the | ||
44 | .I cmp | ||
45 | or | ||
46 | .I diff | ||
47 | programs refer to temporary filenames instead of those specified. | ||