Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
exec >& >(tee hello)
- X-seq: zsh-workers 31180
- From: Anthony Heading <anthony@xxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: exec >& >(tee hello)
- Date: Tue, 26 Mar 2013 15:21:55 -0400
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=ajrh.net; h= message-id:from:to:mime-version:content-transfer-encoding :content-type:subject:date; s=mesmtp; bh=U5h4ivpd5Qczy4JZSjZfGLK XPDE=; b=kldT192DhVAGWZX3GvcdBDNl7VC1kEYhg6X53Em4jLqPH1DkaDCWmX0 Hf6uSFkL5U6gb5ovsd8/2Z7auz4PWkbwSkAzuYEEcjYjrcAXktQY61zcmHG8MiiX 3Latufj473Dmr6HAYIQFLnNucv+z/oianO9aCwNdduHxqv24VVho=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:subject:date; s=smtpout; bh=U5h4ivpd5Qczy4JZSjZfGLKXPDE=; b=N4cavuWOiUipkUbLu/oQuGq8kthO ON2OVw/NNZm7ttVmnsxm0+1QGTwFOc3ZRFP5zlhF+NLYqt/JL4ikTnC81smhCLZN a/EFI+gJ22SFDt03IRiKCZpMdSuXFzI+Gm0w+iPSE/L+LlUg7xF8IvxQFBp79ELV yZCdtD2JFXYb4j0=
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hi,
On zsh (5.0 and 4.2.6 - rhel5 x64), this command hangs:
zsh -c 'exec >& >(tee hello)'
It seems to work OK with bash.
Thanks
Anthony
Messages sorted by:
Reverse Date,
Date,
Thread,
Author