Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: need to explicitly create newline on command prompt
- X-seq: zsh-users 3366
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "Eric Smith" <eric@xxxxxxxxxxxx>, "zsh-user mailing list" <zsh-users@xxxxxxxxxxxxxx>
- Subject: RE: need to explicitly create newline on command prompt
- Date: Mon, 14 Aug 2000 12:30:13 +0400
- Importance: Normal
- In-reply-to: <20000814102329.B911@xxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
>
> 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?
>
setopt promptcr
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author