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

Re: stdout bug? (redirection not honored)



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