all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* find-grep-dired on nt emacs
@ 2003-09-09  6:24 Leo
  2003-09-09 17:04 ` Kevin Rodgers
  0 siblings, 1 reply; 5+ messages in thread
From: Leo @ 2003-09-09  6:24 UTC (permalink / raw)


hi there

i tried find-grep-dired, but i get an errror in the *Find* buffer:

        c:/Program Files/Borland/:
        find . \( -type f -exec grep -q TWebBrowser {} \;  \) -exec ls -ld
{} ;
        find: missing argument to `-exec'

i'm running nt emacs with cygwin and have set my shell-file-name and
explicit-shell-file-name to "bash".

in an interactive shell buffer it works when i quote the last semicolon. so
the correct command is:

        find . \( -type f -exec grep -q TWebBrowser {} \;  \) -exec ls -ld
{} \;

how can i tell find-grep-dired to provide the last backslash???

thanks, leo

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

end of thread, other threads:[~2003-09-11  4:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-09  6:24 find-grep-dired on nt emacs Leo
2003-09-09 17:04 ` Kevin Rodgers
2003-09-10  1:57   ` Leo
2003-09-10 22:44     ` Kevin Rodgers
2003-09-11  4:31       ` Leo

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.