home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / ARexxTools / AGGrep.readme < prev    next >
Encoding:
Text File  |  1996-09-27  |  1.8 KB  |  44 lines

  1. Short:    Ports grep output to an AmigaGuide File
  2. Author:   gragg@inetworld.net (Brian Gragg)       
  3. Uploader: gragg@inetworld.net (Brian Gragg)       
  4. Type:     rexx/misc
  5.  
  6.  
  7.     AGgrep is an ARexx script which runs grep (a file search program)
  8.     and puts the results in an AmigaGuide file. That way you can
  9.     click on a line number where the search text was found, and your
  10.     text editor is opened with the correct file at the correct line.
  11.     
  12.     I wrote it for use with TurboText and Grep (from SAS/C v6.3)
  13.     
  14. This archive contains 4 files.
  15.     AGgrep.rexx - a rexx program which runs grep (I used SAS/C v6.3 grep) and
  16.         converts the output to an AmigaGuide file.  When you click on the 
  17.         output line, your editor is opened pointing to that line.  I wrote
  18.         it for Turbotext, but it should be easy to convert it to another editor.
  19.         
  20.     TTXEditAtLine.rexx - a script which will open a file in TurboText at a 
  21.         given line.
  22.         
  23.     DoArgs.rexx - A simple rexx routine which opens a window with a string 
  24.         requester for you to enter your arguments to AGgrep.  It actually is
  25.         generic for starting a program with arguments.
  26.         
  27.     Grep.ttx - a turbotext script which calls AGgrep.rexx
  28.     
  29.     AGgrep.guide - the documentation on how to convert it for your editor.
  30.     
  31.  
  32.  
  33. ============================= Archive contents =============================
  34.  
  35. Original  Packed Ratio    Date     Time    Name
  36. -------- ------- ----- --------- --------  -------------
  37.     3543    1564 55.8% 27-Nov-95 20:20:02  AGgrep.guide
  38.     5224    1932 63.0% 21-Sep-95 20:52:04  AGgrep.rexx
  39.     1190     480 59.6% 27-Nov-95 20:15:02  DoArgs.rexx
  40.      257     201 21.7% 22-Sep-95 14:34:54  Grep.ttx
  41.     1094     574 47.5% 21-Sep-95 20:25:44  TTXEditAtLine.rexx
  42. -------- ------- ----- --------- --------
  43.    11308    4751 57.9% 02-Dec-95 16:53:38   5 files
  44.