The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



Thread: Grep Problem
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 06-22-2005
Simerian Simerian is offline
Registered User
 

Join Date: Oct 2003
Location: United Kingdom
Posts: 37
find calling command

Quote:
Originally Posted by avadhani
Hi,

I want to use only grep command to search keyword in all files (current dir and sub dir)

Thanks
find has a command option that allows you to run, for instance, a grep against each file it locates. This is sometimes very useful... You'll have to check the man page for the syntax.
Reply With Quote