[comp.sys.zenith.z100] Fast ascii text search now available from SIMTEL20

TURGUT@TREARN.BITNET (Turgut Kalfaoglu) (07/20/88)

Now available via standard anonymous FTP from SIMTEL20.ARPA...

Filename			Type	 Bytes	 CRC

Directory PD1:<MSDOS.TXTUTL>
SEARCH.ARC.1			BINARY	  9520  FA8CH

SEARCH is yet another dos-enhancer program.  It's like FIND, but it
allows you to enter up to two keywords, and you define the
relationship between these words. Like:

SEARCH "war" AND "Peace" *.DOC *.TXT > myfile

will search all DOC and TXT files for lines that have both 'war' and
'peace' in it. ('war' and 'peace' is my favorite example :) It will
then send its output to myfile... I sat down at this program last night,
and made it so much faster.  It's exciting what one can do in C...

Thanks,
  -turgut