BDIFF(1) | User Commands | BDIFF(1) |
bdiff - big diff
bdiff filename1 filename2 [n] [-s]
bdiff is used in a manner analogous to diff to find which lines in filename1 and filename2 must be changed to bring the files into agreement. Its purpose is to allow processing of files too large for diff. If filename1 (filename2) is −, the standard input is read.
bdiff ignores lines common to the beginning of both files, splits the remainder of each file into n-line segments, and invokes diff on corresponding segments. 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: Because of the segmenting of the files, bdiff does not necessarily find a smallest sufficient set of file differences.
n
-s
See largefile(7) for the description of the behavior of bdiff when encountering files greater than or equal to 2 Gbyte ( 2^31 bytes).
/tmp/bd?????
See attributes(7) for descriptions of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
CSI | enabled |
Use help for explanations.
September 14, 1992 | OmniOS |