DataMuseum.dk

Presents historical artifacts from the history of:

ICL Comet 32

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about ICL Comet 32

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦29295ba1b⟧ TextFile

    Length: 1597 (0x63d)
    Types: TextFile
    Notes: UNIX file
    Names: »bdiff.1«

Derivation

└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
    └─⟦28c352965⟧ »/a« UNIX Filesystem
        └─⟦this⟧ »usr/man/man1/bdiff.1« 

TextFile

.ig
	@(#)bdiff.1	2.1	7/1/84
	@(#)Copyright (C) 1983 by National Semiconductor Corp.
..
.TH BDIFF 1
.SH NAME
bdiff \- big diff
.SH SYNOPSIS
.B bdiff
file1 file2 [n]
.RB [ \-s ]
.SH DESCRIPTION
.I Bdiff\^
is used in a manner analogous to
.IR diff (1)
to find which lines must be changed in two files to bring them
into agreement.
Its purpose is to allow processing of files that are too large
for
.IR diff .
.I Bdiff\^
ignores lines common to the beginning of both files,
splits the remainder of each file into
.IR n -line
segments, and invokes
.I diff\^
upon corresponding segments.
The value of
.I n\^
is 3500 by default.
If the optional third argument is given, and it is
numeric, it is used as the value for
.IR n .
This is useful in those cases in which 3500-line segments are
too large for
.IR diff ,
causing it to fail.
If
.I file1\^
.RI ( file2 )
is \fB\-\fR,
the standard input is read.
The optional
.B \-s
(silent) argument specifies that
no diagnostics are to be printed by
.I bdiff\^
(note, however, that this does not suppress possible exclamations by
.IR diff .
If both optional arguments are specified, they must appear in the
order indicated above.
.PP
The output of
.I bdiff\^
is exactly that of
.IR diff ,
with line numbers adjusted to account for the segmenting of the files
(that is, to make it look as if the files had been processed
whole).
Note that
because of the segmenting of the files,
.I bdiff\^
does not necessarily find a
smallest sufficient set of file differences.
.SH FILES
/tmp/bd?????
.SH "SEE ALSO"
diff(1).
.SH DIAGNOSTICS
Use
.IR sccshelp (1)
for explanations.