Chris@4: \"Shamelessly copied from zmore.1 by Philippe Troin Chris@4: \"for Debian GNU/Linux Chris@4: .TH BZDIFF 1 Chris@4: .SH NAME Chris@4: bzcmp, bzdiff \- compare bzip2 compressed files Chris@4: .SH SYNOPSIS Chris@4: .B bzcmp Chris@4: [ cmp_options ] file1 Chris@4: [ file2 ] Chris@4: .br Chris@4: .B bzdiff Chris@4: [ diff_options ] file1 Chris@4: [ file2 ] Chris@4: .SH DESCRIPTION Chris@4: .I Bzcmp Chris@4: and Chris@4: .I bzdiff Chris@4: are used to invoke the Chris@4: .I cmp Chris@4: or the Chris@4: .I diff Chris@4: program on bzip2 compressed files. All options specified are passed Chris@4: directly to Chris@4: .I cmp Chris@4: or Chris@4: .IR diff "." Chris@4: If only 1 file is specified, then the files compared are Chris@4: .I file1 Chris@4: and an uncompressed Chris@4: .IR file1 ".bz2." Chris@4: If two files are specified, then they are uncompressed if necessary and fed to Chris@4: .I cmp Chris@4: or Chris@4: .IR diff "." Chris@4: The exit status from Chris@4: .I cmp Chris@4: or Chris@4: .I diff Chris@4: is preserved. Chris@4: .SH "SEE ALSO" Chris@4: cmp(1), diff(1), bzmore(1), bzless(1), bzgrep(1), bzip2(1) Chris@4: .SH BUGS Chris@4: Messages from the Chris@4: .I cmp Chris@4: or Chris@4: .I diff Chris@4: programs refer to temporary filenames instead of those specified.