home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff282.lzh / RCS / README.extras < prev    next >
Text File  |  1989-11-21  |  1KB  |  25 lines

  1. There are some stand-alone utilities in this distribution that are
  2. useful.  They must be located in the "RCS:" directory in order for
  3. the RCS programs to find them, but assuming that "RCS:" is in your
  4. search path, they are available for other purposes.
  5.  
  6. First, there is "diff" and "diff3".  These are ports from GNU and are much
  7. faster and more flexible than anything similar available for the Amiga.
  8. For instance, the version of diff provided here supports directory and
  9. sub-directory diff listings.  Diff3 is probably of limited use except
  10. inside RCS...however, it does use true pipes and, in conjunction with
  11. the source for popen.c (in the "rsbx.lib" directory) may prove useful
  12. as a coding example. [Another good popen() example is merge.c in the source
  13. directory for RCS. rsbx]  At any rate, peruse the README file that is
  14. present in the "diff" directory for details.
  15.  
  16. Second there is "ked".  This is an Amiga version of the famous (infamous?)
  17. Unix "ed" program.  It is named "ked" here because the name "ed" was
  18. already taken on the Amiga.  It is, as far as I know, completely compatible
  19. with the Unix version of ed...including the ability to read scripts from
  20. stdin.  It is used by the "merge" program in RCS to process the piped
  21. output from diff3 but does work stand-alone.
  22.  
  23.  
  24.                     Rick
  25.