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

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

Re: find-grep-dired on nt emacs


From: Kevin Rodgers
Subject: Re: find-grep-dired on nt emacs
Date: Tue, 09 Sep 2003 11:04:59 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Leo wrote:

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???

Check the value of find-ls-option; it should have the trailing semicolon
backslash'ed.

--
Kevin Rodgers



reply via email to

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