Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
problems with stderr
- X-seq: zsh-users 1240
- From: njs3@xxxxxxxxxxxx (Niall Smart)
- To: zsh-users@xxxxxxxxxxxxxxx
- Subject: problems with stderr
- Date: Tue, 20 Jan 1998 12:02:19 +0000
hi,
I've noticed the following behaviour on zsh 3.1.2, is it a known bug?
[njs3@oak73 ~]$ echo -n foobar>&2
[njs3@oak73 ~]$
What I expected is:
[njs3@oak73 ~]$ echo -n foobar>&2
foobar[njs3@oak73 ~]$
Niall
Messages sorted by:
Reverse Date,
Date,
Thread,
Author