A GNU collection of diff utilities http://www.gnu.org/software/diffutils/
Go to file
2024-01-05 21:47:16 +01:00
diffutils-2.8.7-hardened_tmp-1.patch automatic version update by autodist [release 3.3-1mamba;Tue Mar 26 2013] 2024-01-05 21:47:15 +01:00
diffutils-2.8.7-i18n.patch automatic version update by autodist [release 3.3-1mamba;Tue Mar 26 2013] 2024-01-05 21:47:15 +01:00
diffutils.spec automatic version update by autodist [release 3.10-1mamba;Sun May 21 2023] 2024-01-05 21:47:16 +01:00
README.md automatic version update by autodist [release 3.3-1mamba;Tue Mar 26 2013] 2024-01-05 21:47:15 +01:00

diffutils

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 persons' 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.