Re: Interpreter failure





>From xfesty <xfesty-at-computeraddictions.com.au>:

> I'm not sure what your problem is, but you mentioned grep'ing -:
> 
> Try "egrep" - it can look through multiple files.
> 
> egrep -r "keyword" *

>From man grep: In addition, two variant programs egrep and fgrep are available.  Egrep is the same as grep -E.  Fgrep is the same as grep -F.

The * will match multiple files, and the -r will recurse into subdirectories.

Michael Bushey



Date Index | Thread Index | Back to archive index | Back to Mailing List Page

Problems or questions? Contact