Jeff Waugh wrote:

<quote who="[EMAIL PROTECTED]">

Is there a command that finds a file containing a certain word?

find and apropos don't. They work on filenames only.

grep ... and you can use -r to search through files/directories recursively.

You can also use -i to do a case insensitive search.
And there are dozens of other flags to confuse you!

man grep     <=== tells all.

And to add to the mix, there are variants fgrep and egrep :)

cheers
rickw


--
_________________________________
Rick Welykochy || Praxis Services

Tis the dream of each programmer before his life is done,
To write three lines of APL and make the damn thing run.
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to