bdiff(1) 맨 페이지 - 윈디하나의 솔라나라

개요

섹션
맨 페이지 이름
검색(S)

bdiff(1)

bdiff(1)                         User Commands                        bdiff(1)



NAME
       bdiff - big diff

SYNOPSIS
       bdiff filename1 filename2 [n] [-s]

DESCRIPTION
       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  agree‐
       ment.  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 corre‐
       sponding 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.

OPTIONS
       n     The  number  of line 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 diff, causing it to fail.


       -s    Specifies that no diagnostics are to be printed by bdiff  (silent
             option).  Note: However, this does not suppress possible diagnos‐
             tic messages from diff, which bdiff calls.


FILES
       /tmp/bd?????

ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE  TYPEAT‐
       TRIBUTE VALUE _ Availability system/core-os _ CSIenabled


SEE ALSO
       diff(1), attributes(7)

DIAGNOSTICS
       Use help for explanations.



Oracle Solaris 11.4               4 Feb 2015                          bdiff(1)
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3