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.