Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: STDOUT on STDERR redirected/duplicated?
- X-seq: zsh-users 11223
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: STDOUT on STDERR redirected/duplicated?
- Date: Mon, 26 Feb 2007 17:29:04 +0000
- In-reply-to: <e5d50bd20702260919o6437a095s8f89103a6fe98c85@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <e5d50bd20702260919o6437a095s8f89103a6fe98c85@xxxxxxxxxxxxxx>
"Gerald Lai" wrote:
> bash-2.05b$ echo "abc" 1>&2 | xargs echo
> abc
>
> -----
> Yes, the last line is a blank line.
"unsetopt multios" if you want consistency with bash here (or, of
course, use emulation).
See the description of MULTIOS in the zshmisc manual page.
--
Peter Stephenson <pws@xxxxxxx> Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070
To access the latest news from CSR copy this link into a web browser: http://www.csr.com/email_sig.php
To get further information regarding CSR, please visit our Investor Relations page at http://ir.csr.com/csr/about/overview
Messages sorted by:
Reverse Date,
Date,
Thread,
Author