On Wed, Mar 01, 2000 at 11:52:02PM +0800, Alexander A. Basa wrote:
> I need to find some files with the word "PATH" in it
> using grep and find combined together.
> please help
> 
> Alex
how about:

find /path/where/you/are/looking | xargs grep PATH

or with GNU grep => 2.3, 
grep -r /path/where/you/are/looking

have fun

greg
-- 
this is not here

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to