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: Fri, 11 Sep 2009 11:45:25 -0700 (PDT)
User-agent: G2/1.0

none of the suggestions seems to work so far.

c:\Users\xah\Documents\vrici\cabdei>find . -name "*sch*" -exce echo \
{} \;
find . -name "*sch*" -exce echo \{} \;
find: unknown predicate `-exce'

c:\Users\xah\Documents\vrici\cabdei>find . -name "*sch*" -exce echo \
{\} \;
find . -name "*sch*" -exce echo \{\} \;
find: unknown predicate `-exce'

c:\Users\xah\Documents\vrici\cabdei>find . -name "*sch*" -exce echo {}
';'
find . -name "*sch*" -exce echo {} ';'
find: unknown predicate `-exce'

c:\Users\xah\Documents\vrici\cabdei>find . -name "*sch*" -exce echo
'{}' ';'
find . -name "*sch*" -exce echo '{}' ';'
find: unknown predicate `-exce'

this appears to be a bug?

  Xah
∑ http://xahlee.org/

reply via email to

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