Re: Find sth

2006-10-18 Thread Ivan Glushkov
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".

Re: Find sth

2006-10-18 Thread Roberto C. Sanchez
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

Find sth

2006-10-18 Thread George Adamides
Hello What is the command to search for files that contain a specific word?   Thanks