unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / 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

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).