Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
stdout bug? (redirection not honored)
- X-seq: zsh-workers 22943
- From: "J.D. Laub" <zsh-workers@xxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: stdout bug? (redirection not honored)
- Date: Wed, 1 Nov 2006 11:41:28 -0700
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Organization: The Psychiatric Ward of Terrors
Is this a bug?
% uname -s -r -v -m -p -i -o
Linux 2.4.21-32.0.1.ELsmp #1 SMP Tue May 17 17:52:23 EDT 2005 i686 i686 i386 GNU/Linux
% echo $ZSH_VERSION > /dev/null | cat # should print nothing, but...
4.3.2
The problem becomes an issue when you have a command that generates
something on both stdout and stderr, and you want to dump the stdout
and page through the stderr:
% foo 2>&1 > /dev/null | more
I'm hoping someone says this can be addressed by setting an
option. :-) I was also able to duplicate it on hpux:
% uname -s -r -v -m -i -l
HP-UX B.11.11 U 9000/800 139414660 unlimited-user license
--
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