zsh-users
 help / color / mirror / code / Atom feed
From: Eric Smith <eric@fruitcom.com>
To: zsh-user mailing list <zsh-users@sunsite.auc.dk>
Subject: need to explicitly create newline on command prompt
Date: Mon, 14 Aug 2000 10:23:29 +0200	[thread overview]
Message-ID: <20000814102329.B911@fruitcom.com> (raw)

<cut and paste from terminal>
[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 

</cut and paste from terminal>

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


             reply	other threads:[~2000-08-14  8:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-08-14  8:23 Eric Smith [this message]
2000-08-14  8:30 ` Andrej Borsenkow
2000-08-14  8:51 ` Thomas Köhler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20000814102329.B911@fruitcom.com \
    --to=eric@fruitcom.com \
    --cc=zsh-users@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).