diffutils-desc.xml 445 B

123456789101112131415
  1. <sect2><title>Short descriptions</title>
  2. <para><command>cmp</command> compares two files and reports whether or
  3. in which bytes they differ.</para>
  4. <para><command>diff</command> compares two files or directories and reports
  5. which lines in the files differ.</para>
  6. <para><command>diff3</command> compares three files line by line.</para>
  7. <para><command>sdiff</command> merges two files and interactively outputs
  8. the results.</para>
  9. </sect2>