On 05/30/2011 05:58 AM, Venkatesan Jeevanandam wrote:
> Hi,
> To grep into files in multiple levels of directory, use
>
> find . -name "*.ext" |xargs grep -i 

how about

    grep -r --include='*.ext' <pattern> .

vQ

Reply via email to