Short: Ports grep output to an AmigaGuide File Author: gragg@inetworld.net (Brian Gragg) Uploader: gragg inetworld net (Brian Gragg) Type: text/misc Architecture: m68k-amigaos AGgrep is an ARexx script which runs grep (a file search program) and puts the results in an AmigaGuide file. That way you can click on a line number where the search text was found, and your text editor is opened with the correct file at the correct line. I wrote it for use with TurboText and Grep (from SAS/C v6.3) This archive contains 4 files. AGgrep.rexx - a rexx program which runs grep (I used SAS/C v6.3 grep) and converts the output to an AmigaGuide file. When you click on the output line, your editor is opened pointing to that line. I wrote it for Turbotext, but it should be easy to convert it to another editor. TTXEditAtLine.rexx - a script which will open a file in TurboText at a given line. DoArgs.rexx - A simple rexx routine which opens a window with a string requester for you to enter your arguments to AGgrep. It actually is generic for starting a program with arguments. Grep.ttx - a turbotext script which calls AGgrep.rexx AGgrep.guide - the documentation on how to convert it for your editor.