> Grep is one of the most useful programs I've ever known. When I want to
> know something GEOS programming related, I go to /pcgeos/include dir and
> grep all *.def, *.goh and *.h files in current and subdirs:
>
> grep -di "keyword" *.def
I often use grep for this, too! Couldn't live without it.
-Ed-