emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: Can't stop find-grep-dired when using Cygwin for the inferior proces


From: Jason Rumney
Subject: Re: Can't stop find-grep-dired when using Cygwin for the inferior process
Date: Sun, 27 Aug 2006 15:49:45 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.0.4) Gecko/20060516 Thunderbird/1.5.0.4 Mnenhy/0.7.4.666

Lennart Borgman wrote:
There seem to be another bug on w32 too. I just tried using CMD.EXE for the inferior process instead. That does not seem to work at all. I got this:

 d:/ecvs/:
find . \( -type f -exec grep -q -e "message" {} \; \) -exec ls -ld {} \;
 find: missing argument to `-exec'
That is because you are using sh escape syntax in cmd.exe. Removing the backslash characters works in general, because the characters they are escaping do not have special meaning in cmd.exe. For those characters that do have special meaning, I think doubling them escapes them in cmd.exe





reply via email to

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