The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 09-30-2008
harshakirans harshakirans is offline
Registered User
  
 

Join Date: Sep 2008
Location: Bangalore, India
Posts: 5
Hi,

Try this out.
[code]
find . -type f -exec grep -i searchstring \{\} filename;
[\code]