all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* eshell: Syntax for loops and conditionals?
@ 2003-04-18 11:39 Kai Großjohann
  0 siblings, 0 replies; only message in thread
From: Kai Großjohann @ 2003-04-18 11:39 UTC (permalink / raw)


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)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-04-18 11:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-18 11:39 eshell: Syntax for loops and conditionals? Kai Großjohann

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.