From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13226 invoked from network); 14 Feb 2001 20:10:41 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 14 Feb 2001 20:10:41 -0000 Received: (qmail 3258 invoked by alias); 14 Feb 2001 20:10:26 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3615 Received: (qmail 3244 invoked from network); 14 Feb 2001 20:10:25 -0000 X-Authentication-Warning: exploding.fh-konstanz.de: goetzger owned process doing -bs Date: Wed, 14 Feb 2001 21:00:39 +0100 (MET) From: =?ISO-8859-1?Q?Heinrich_G=F6tzger?= Sender: Reply-To: =?ISO-8859-1?Q?Heinrich_G=F6tzger?= To: Subject: Problems running echo -e in a variable Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Hi there, I' ve got 2 questions using zsh as shell-script interpreter. To track it more easily, I'm splitting it in 2 different mails. Running zsh version 3.1.6 included in SuSE Linux 7.0 I got some trouble using "echo -e" in a variable: $ echo -e "Hallo Heinrich" Hallo Heinrich is ok, but: $ ECHO=3D"echo -e" $ $ECHO "Hallo Heinrich" zsh: command not found: echo -e also with {} it brings the same: $ ${ECHO} Hallo Heinrich zsh: command not found: echo -e How can I avoid this? I've seen it working with ksh or bash. Regards and thanks for the help Heinrich G=F6tzger