Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: stdout bug? (redirection not honored)
- X-seq: zsh-workers 22946
- From: "J.D. Laub" <zsh-workers@xxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: stdout bug? (redirection not honored)
- Date: Wed, 1 Nov 2006 15:15:35 -0700
- In-reply-to: <200611011846.kA1Ik7tN022102@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Organization: The Psychiatric Ward of Terrors
- References: <20061101184128.GA95245@xxxxxxxxxxxxxxxxx> <200611011846.kA1Ik7tN022102@xxxxxxxxxxxxxx>
On Wed, Nov 01, 2006 at 06:46:07PM +0000, Peter Stephenson wrote:
> So if you want to turn this effect off, you need
> to unset the option `MULTIOS'.
What am I missing with the following?
% unsetopt | grep multios
nomultios
% print $ZSH_VERSION >foo1.out >foo2.out
% cat foo1.out
4.3.2
% cat foo2.out
4.3.2
> 3.26: Why is my output duplicated with `foo 2>&1 >foo.out | bar'?
I had searched for "stdout" and "redirect" in the faq index. I need
to train myself to troll through all entries if a search doesn't
find what I'm after - sorry for the noise.
--
J.D. Laub (Laubster) |"Your leg's too long / Your skull's too strong /
zsh-workers@xxxxxxxxxxxx| Suppose your nose is wrong." - Renaldo & the Loaf
Messages sorted by:
Reverse Date,
Date,
Thread,
Author