Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ bdiff(1SCCS) — UTek 3.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

diff(1)



BDIFF(1SCCS)            COMMAND REFERENCE            BDIFF(1SCCS)



NAME
     bdiff - big diff

SYNOPSIS
     bdiff filename1 filename2 [n] [-s]

DESCRIPTION
     Bdiff is used in a manner analogous to 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
     which are too large for diff.  Bdiff ignores lines common to
     the beginning of both files, splits the remainder of each
     file into n-line segments, and invokes diff upon
     corresponding segments.  The value of n is 3500 by default.
     If the optional third argument is given, and it is numeric,
     it is used as the value for n.  This is useful in those
     cases in which 3500-line segments are too large for causing
     it to fail.  If filename1 (filename2) is a dash (-), the
     standard input is read.  The optional -s (silent) argument
     specifies that no diagnostics are to be printed by bdiff
     (note, however, that this does not suppress possible
     exclamations by diff).  If both optional arguments are
     specified, they must appear in the order indicated above.

     The output of bdiff is exactly that of 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,
     bdiff does not necessarily find a smallest sufficient set of
     file differences.

OPTIONS
     -s Specifies that no diagnostics are to be printed by bdiff.

FILES
     /tmp/bd????? Temporary file for performing the diff command

DIAGNOSTICS
     Use sccshelp (1sccs) for explanations.

SEE ALSO
     diff(1).













Printed 5/12/88                                                 1





































































%%index%%
na:360,68;
sy:428,238;
de:666,1955;
op:2621,215;
fi:2836,172;
di:3008,193;
se:3201,113;
%%index%%000000000121

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026