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

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

Re: eshell: find: missing argument to `-exec' ?


From: Xah Lee
Subject: Re: eshell: find: missing argument to `-exec' ?
Date: Sat, 12 Sep 2009 10:10:00 -0700 (PDT)
User-agent: G2/1.0

On Sep 12, 1:27 am, Eli Zaretskii <e...@gnu.org> wrote:
> > From: Xah Lee <xah...@gmail.com>
> > Date: Fri, 11 Sep 2009 11:53:15 -0700 (PDT)
>
> > Sorry, i had big typo in the above. This works:
>
> > find . -name "*sch*" -exec echo {} ';'
>
> > Thanks. Still, this probably should probably be considered a bug. Is
> > there some technical reason eshell having problems with the \; ?
>
> Yes, there is: you cannot have \ be an escape character on Windows
> (without some major annoyances), because it serves as a directory
> separator.

I see. thanks.

 Xah


reply via email to

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