diff3
[options
]file1
file2 file3
Compare three files and report the differences with the following codes:
All three files differ.
file1
is different.
file2
is different.
file3
is different.
Create an ed script to incorporate into file1
all differences between file2
and file3
.
Same as -e, but mark with angle brackets any lines that differ between all three files.
Create an ed script to incorporate into file1
all
differences between all three files.
Same as -x, but mark with angle brackets any lines that differ between all three files.
Create an ed script to incorporate into file1
differences between file1
and file3
.