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

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

eshell & find


From: Peter Lee
Subject: eshell & find
Date: Thu, 06 Mar 2003 21:01:36 GMT
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2

The following works fine from both eshell and shell (with shell for me
being cmd.exe for xp):

find . -iregex ".*\.cpp"


However, the following works only with shell and *not* with
eshell... eshell simply returns.

find . -iregex ".*\.cpp\|.*\.h"

Any ideas why this wouldn't work in eshell ?

Thanks.


reply via email to

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