if you look for the word "something", I would use:
grep -ir something *
Cheers,
Ivan
George Adamides wrote:
Hello
What is the command to search for files that contain a specific word?
Thanks
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe".
On Wed, Oct 18, 2006 at 12:31:49AM -0700, George Adamides wrote:
> Hello
> What is the command to search for files that contain a specific word?
>
> Thanks
>
You want to use find in conjunction with grep. Or if you know that the
file is below a particular subdirectory, you probably get away wit
Hello
What is the command to search for files that contain a specific word?
Thanks
3 matches
Mail list logo