4.3BSD/usr/ingres/source/findit

#
set nonomatch
foreach f (conf ctlmod dbu decomp gutil h iutil monitor ovqp parser qrymod support)
	echo $f
	egrep "$1" $f/*.[chy]
end