diffutils: Invoking diff3

1 
1 14 Invoking 'diff3'
1 *******************
1 
1 The 'diff3' command compares three files and outputs descriptions of
1 their differences.  Its arguments are as follows:
1 
1      diff3 OPTIONS... MINE OLDER YOURS
1 
1    The files to compare are MINE, OLDER, and YOURS.  At most one of
1 these three file names may be '-', which tells 'diff3' to read the
1 standard input for that file.
1 
1    An exit status of 0 means 'diff3' was successful, 1 means some
1 conflicts were found, and 2 means trouble.
1 

Menu