Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

problems with stderr



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