zsh-workers
 help / color / mirror / code / Atom feed
* stdout bug? (redirection not honored)
@ 2006-11-01 18:41 J.D. Laub
  2006-11-01 18:46 ` Peter Stephenson
  2006-11-01 18:59 ` Danek Duvall
  0 siblings, 2 replies; 5+ messages in thread
From: J.D. Laub @ 2006-11-01 18:41 UTC (permalink / raw)
  To: zsh-workers

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@laubster.org| Suppose your nose is wrong." - Renaldo & the Loaf


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-11-02  1:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-01 18:41 stdout bug? (redirection not honored) J.D. Laub
2006-11-01 18:46 ` Peter Stephenson
2006-11-01 22:15   ` J.D. Laub
2006-11-02  1:34     ` Wayne Davison
2006-11-01 18:59 ` Danek Duvall

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).