unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* re Modifying default find-grep command string
@ 2011-10-25 15:16 robert somerville
  2011-10-25 16:06 ` Jambunathan K
  0 siblings, 1 reply; 5+ messages in thread
From: robert somerville @ 2011-10-25 15:16 UTC (permalink / raw)
  To: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 293 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 381 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-10-25 17:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-25 15:16 re Modifying default find-grep command string robert somerville
2011-10-25 16:06 ` Jambunathan K
2011-10-25 16:43   ` robert somerville
2011-10-25 16:55     ` Perry Smith
2011-10-25 17:24       ` robert somerville

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).