From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23850 invoked by alias); 3 Oct 2014 15:42:15 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 19213 Received: (qmail 5714 invoked from network); 3 Oct 2014 15:42:13 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 From: Bart Schaefer Message-id: <141003084201.ZM15190@torch.brasslantern.com> Date: Fri, 03 Oct 2014 08:42:01 -0700 In-reply-to: <141003082330.ZM15100@torch.brasslantern.com> Comments: In reply to Bart Schaefer "Re: piping question" (Oct 3, 8:23am) References: <1412259225.3798.0@numa-i> <141003082330.ZM15100@torch.brasslantern.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: Zsh Users Subject: Re: piping question MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Oct 3, 8:23am, Bart Schaefer wrote: } } local stdin } exec {stdin}<&0 } xterm -g 180x30+0+0 -hold -e "most $* <&$stdin" Should probably end that with exec {stdin}<&- to avoid leakage.