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

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

eshell: Syntax for loops and conditionals?


From: Kai Großjohann
Subject: eshell: Syntax for loops and conditionals?
Date: Fri, 18 Apr 2003 13:39:15 +0200
User-agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.3.50 (gnu/linux)

I just typed the following (line breaks for posting only):

find . -name CVS/Root -print | \
    while read f ; \
        do echo :pserver:kai@cvshost:/cvsroot > $f; \
    done

eshell was not happy about it.  I decided that the time has come for
me to learn about eshell syntax -- I keep typing stuff at it and it
fails, and I want to be able to do it *right*!

For now I shall say M-x shell RET, I'm afraid.
-- 
file-error; Data: (Opening input file no such file or directory ~/.signature)


reply via email to

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