From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16347 invoked by alias); 5 Oct 2014 17:05:01 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 33357 Received: (qmail 14920 invoked from network); 5 Oct 2014 17:04:56 -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: <141005100453.ZM16753@torch.brasslantern.com> Date: Sun, 05 Oct 2014 10:04:53 -0700 In-reply-to: Comments: In reply to Mikael Magnusson "Re: piping question" (Oct 5, 2:17pm) References: <1412259225.3798.0@numa-i> <141003082330.ZM15100__40912.263657856$1412349949$gmane$org@torch.brasslantern.com> <87mw9bu94f.fsf@gmail.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh workers Subject: Re: piping question MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Oct 5, 2:17pm, Mikael Magnusson wrote: } Subject: Re: piping question } } On 4 October 2014 17:50, Christian Neukirchen wrote: } > Bart Schaefer writes: } > } >> On Oct 3, 4:42pm, Mikael Magnusson wrote: } >> } } >> } echo hi there | { xterm -e 'most <& 7' 7< <(cat) } } >> } >> I avoided that because I was concerned that some terminal emulators } >> would close all the descriptors above 2 when launching the command. } > } > Unfortunately, all these hacks don't work with urxvt. If anyone has an } > idea how to do it, I'd like to see. } } It works fine for me Curious. It does NOT work for me -- rxvt v2.6.4 on ubuntu 12.04.5 -- and "strace -ff" shows rxvt closing file descriptors from 3 through something over 300 (I got tired of watching the output scroll by).