home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / vol228 / grab.doc < prev    next >
Encoding:
Text File  |  1986-02-13  |  1.0 KB  |  25 lines

  1.  
  2.     GRAB is a program to find and grab paragraphs from a WordStar
  3.     file and is a slight modification of FFYNDE which is a program by
  4.     Harold McIntosh that searchs a family of files for many different
  5.     keyword expressions that are taken from an input file. See the 
  6.     source code files for author credits and more information.
  7.  
  8.     GRAB ability to process whole paragraphs depends upon how the lines
  9.     in WordStar are ended with a "soft" carrage return, (08D hex). If
  10.     the file has "hard" carrage returns, (0D hex) then GRAB will work
  11.     same as FFYNDE and just find lines rather than whole paragraphs.
  12.  
  13.     If GRAB finds a keyword in a paragraph, it will first list the line
  14.     number on which the match was made and then the whole paragraph,
  15.     both to the console and to a results file. All of WordStar's high
  16.     bits are stripped both for the matching of keywords and for output
  17.     to the console and the results file.
  18.     
  19.  
  20.   by: H.M. Van Tassell 2-12-85
  21.  
  22.   Oct-29-84  FFYNDE bug fix: on the tenth line after the label "kext:"
  23.          the constant was changed from 21 to 21h. HMVT
  24.  
  25.