home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 2 / Geek_Gadgets_2_2352.bin / amigaos / diffs / diffutils-2.7-diffs.gz.pi < prev    next >
Text File  |  1997-04-16  |  2KB  |  58 lines

  1. .name
  2. diffutils
  3. .fullname
  4. GNU diff utilities
  5. .type
  6. Programmer Tool
  7. .short
  8. GNU diff, diff3, sdiff and cmp utilities
  9. .description
  10. This directory contains the GNU diff, diff3, sdiff, and cmp utilities.
  11. Their features are a superset of the Unix features and they are
  12. significantly faster.  cmp has been moved here from the GNU textutils.
  13.  
  14. Computer users often find occasion to ask how two files differ.
  15. Perhaps one file is a newer version of the other file.  Or maybe the
  16. two files started out as identical copies but were changed by
  17. different people.
  18.  
  19. You can use the diff command to show differences between two files, or
  20. each corresponding file in two directories.  diff outputs differences
  21. between files line by line in any of several formats, selectable by
  22. command line options.  This set of differences is often called a diff
  23. or patch.  For files that are identical, diff normally produces no
  24. output; for binary (non-text) files, diff normally reports only that
  25. they are different.
  26.  
  27. You can use the cmp command to show the offsets and line numbers where
  28. two files differ.  Cmp can also show all the characters that differ
  29. between the two files, side by side.
  30.  
  31. You can use the diff3 command to show differences among three files.
  32. When two people have made independent changes to a common original,
  33. diff3 can report the differences between the original and the two
  34. changed versions, and can produce a merged file that contains both
  35. persons' changes together with warnings about conflicts.
  36.  
  37. You can use the sdiff command to merge two files interactively.
  38.  
  39. You can use the set of differences produced by diff to distribute
  40. updates to text files (such as program source code) to other people.
  41. This method is especially useful when the differences are small
  42. compared to the complete files.  Given diff output, you can use the
  43. patch program to update, or patch, a copy of the file.  If you think
  44. of diff as subtracting one file from another to produce their
  45. difference, you can think of patch as adding the difference to one
  46. file to reproduce the other.
  47. .version
  48. 2.7
  49. .author
  50. Free Software Foundation
  51. et. al.
  52. .requirements
  53. Binaries require ixemul.library.
  54. .distribution
  55. GNU Public License
  56. .described-by
  57. Fred Fish (fnf@amigalib.com)
  58.