all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / 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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.