diffutils-desc.xml 639 B

12345678910111213141516171819202122232425262728293031
  1. <sect2>
  2. <title>Contents</title>
  3. <para>The Diffutils package contains the cmp, diff, diff3 and sdiff programs.</para>
  4. </sect2>
  5. <sect2><title>Description</title>
  6. <sect3><title>cmp and diff</title>
  7. <para>cmp and diff both compare two files and report their differences. Both
  8. programs have extra options which compare files in different situations.</para>
  9. </sect3>
  10. <sect3><title>diff3</title>
  11. <para>The difference between diff and diff3 is that diff compares 2 files,
  12. diff3 compares 3 files.</para>
  13. </sect3>
  14. <sect3><title>sdiff</title>
  15. <para>sdiff merges two files and interactively outputs the results.</para>
  16. </sect3>
  17. </sect2>