Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: piping question
- X-seq: zsh-workers 33361
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: piping question
- Date: Sun, 5 Oct 2014 22:40:24 +0200
- Cc: zsh workers <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=fZ9exuV7G9/6OuQcjxket/pnzDJSHPgWtD5ecjSoeYY=; b=TXdPnPCSbwNnMfrnHjNBROuPLIUqpP1G2ysZZYbw+6AeaegdYgypJ7dxLK7lMmSye8 justOGLlAJLS/N4vAS2AXt7fiIZ8Tci39UlB6qo6DMYT8JusX+GoRHz44+PUi8K67VEw KekxBRfQ3zDcIqqURobU59Ooxa2FcmhIHM5rASyx99hjaaD8XYgUxF+1V67OqUQavelT KgxGtIkQ89k3ueOqLRT3t/ZNzBsWzynWooXxVACUR6VSVtHLNcCtzYOtMKOIeNrbUC81 Upuy6wF3d81UDiSyQazMLTekB++7YqLrC13pPWJtbaqArhz06hVObImo8xGj87gqkE9C RtMg==
- In-reply-to: <141005100453.ZM16753@torch.brasslantern.com>
- 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
- References: <1412259225.3798.0@numa-i> <CAHYJk3Rx9iBLgeeKcnnu4N-56CqsgNyNhJof5+_M8H0Y0BBi9Q@mail.gmail.com> <141003082330.ZM15100__40912.263657856$1412349949$gmane$org@torch.brasslantern.com> <87mw9bu94f.fsf@gmail.com> <CAHYJk3S+xwc_n-ivg6pTNDhOuoTGxHh6AJFu3_Vd7TDmmP6f_g@mail.gmail.com> <141005100453.ZM16753@torch.brasslantern.com>
On 5 October 2014 19:04, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> On Oct 5, 2:17pm, Mikael Magnusson wrote:
> } Subject: Re: piping question
> }
> } On 4 October 2014 17:50, Christian Neukirchen <chneukirchen@xxxxxxxxx> wrote:
> } > Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> 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).
These days urxvt hardly shares any code with rxvt, the fork happened
over ten years ago.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author