home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / diffutils-2.6.tar.gz.pi < prev    next >
Text File  |  1994-03-15  |  3KB  |  67 lines

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