help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: re Modifying default find-grep command string


From: Jambunathan K
Subject: Re: re Modifying default find-grep command string
Date: Tue, 25 Oct 2011 21:36:39 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (windows-nt)

Does 

M-x rgrep

work for you?

> can somebody explain to me (a lisp beginner) how to modify the
> find-grep default string ??
>
> the default is:
>  find . -type f -print0 | "xargs" -0 -e grep -nH -e
>
> i would like something like :
>
>  find ..  -name "*.cxx"   -print0 | "xargs" -0 -e grep -inH -e
>
>
> thanks in advance
> Robert Somerville
>
>
>
>
>

-- 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]