Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
diffutils: A GNU collection of diff utilities.
- Summary
- Diffutils includes four utilities: diff, cmp, diff3 and sdiff. Diff
compares two files and shows the differences, line by line. The cmp
command shows the offset and line numbers where two files differ, or
cmp can show the characters that differ between the two files. The
diff3 command shows the differences between three files. Diff3 can be
used when two people have made independent changes to a common
original; diff3 can produce a merged file that contains both sets of
changes and warnings about conflicts. The sdiff command can be used
to merge two files interactively.
Install diffutils if you need to compare text files.
Changelog
- * Mon Mar 27 10:00:00 2006 Eddy Nigg <eddy_nigg{%}startcom{*}org>
-
- Rebuild for StartCom Linux 5.0.x
- * Fri Feb 10 10:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 2.8.1-15.2.1
-
- bump again for double-long bug on ppc(64)
- * Tue Feb 7 10:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 2.8.1-15.2
-
- rebuilt for new gcc4.1 snapshot and glibc changes