From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8144 invoked by alias); 4 Oct 2014 15:50:59 -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: 33350 Received: (qmail 10485 invoked from network); 4 Oct 2014 15:50:55 -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.7 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS autolearn=no version=3.3.2 X-Injected-Via-Gmane: http://gmane.org/ To: zsh-workers@zsh.org From: Christian Neukirchen Subject: Re: piping question Date: Sat, 04 Oct 2014 17:50:40 +0200 Sender: chris@juno Message-ID: <87mw9bu94f.fsf@gmail.com> References: <1412259225.3798.0@numa-i> <141003082330.ZM15100__40912.263657856$1412349949$gmane$org@torch.brasslantern.com> Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: host244-2.natpool.mwn.de In-Reply-To: <141003082330.ZM15100__40912.263657856$1412349949$gmane$org@torch.brasslantern.com> (Bart Schaefer's message of "Fri, 03 Oct 2014 08:23:30 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) 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. -- Christian Neukirchen http://chneukirchen.org