diffutils-desc.xml 632 B

123456789101112131415161718192021222324
  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
  9. different situations.</para></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></sect3>
  13. <sect3><title>sdiff</title>
  14. <para>sdiff merges two files and interactively outputs
  15. the results.</para></sect3>
  16. </sect2>