
--
SEARCH will search thru a list of files for a string (normal string no
regular expression). As such it uses a very fast search algorithm, which
makes it run rings around grep and fgrep.

Feel free to use or abuse this program at your own risk.

#-- cut here: search.c

