From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4069 invoked from network); 14 Aug 2000 08:24:13 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 14 Aug 2000 08:24:13 -0000 Received: (qmail 1754 invoked by alias); 14 Aug 2000 08:23:42 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3365 Received: (qmail 1746 invoked from network); 14 Aug 2000 08:23:40 -0000 Date: Mon, 14 Aug 2000 10:23:29 +0200 From: Eric Smith To: zsh-user mailing list Subject: need to explicitly create newline on command prompt Message-ID: <20000814102329.B911@fruitcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1us [eric@plum ~]$ perl -e 'print "abc "' [eric@plum ~]$ echo abc abc [eric@plum ~]$ perl -e 'print "abc \n"' "'abc [eric@plum ~]$ zsh [eric@plum ~]$ perl -e 'print "abc "' [eric@plum ~]$ perl -e 'print "abc \n"' abc [eric@plum ~]$ bash bash-2.03$ perl -e 'print "abc "' abc bash-2.03$ perl -e 'print "abc \n"' abc With zsh, I have never been able to get output of a perl command unless an explicit "\n" is entered. A straight echo or even: echo 324542| sed 's/3/9/g' does print out. (Also there is that weird `"'abc' output. With bash all is as it should be. Any ideas where I could look t fix this? -- Eric Smith Fruitcom.com Landline: 00 27 21 426 5311 Mobile: 00 27 82 373 1224