Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: command substitution: zsh waits until command exits
- X-seq: zsh-users 12283
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: command substitution: zsh waits until command exits
- Date: Tue, 4 Dec 2007 09:25:45 +0100
- In-reply-to: <071203192554.ZM5295@xxxxxxxxxxxxxxxxxxxxxx>
- Mail-followup-to: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <071130185827.ZM18402@xxxxxxxxxxxxxxxxxxxxxx> <20071202021652.GO5855@xxxxxxxxxxxxxxxxxxx> <071201210744.ZM20044@xxxxxxxxxxxxxxxxxxxxxx> <20071202152254.GP5855@xxxxxxxxxxxxxxxxxxx> <071202102717.ZM2757@xxxxxxxxxxxxxxxxxxxxxx> <20071203011131.GT5855@xxxxxxxxxxxxxxxxxxx> <20071203170225.GD5855@xxxxxxxxxxxxxxxxxxx> <071203104107.ZM4640@xxxxxxxxxxxxxxxxxxxxxx> <20071204020325.GF5855@xxxxxxxxxxxxxxxxxxx> <071203192554.ZM5295@xxxxxxxxxxxxxxxxxxxxxx>
On 2007-12-03 19:25:54 -0800, Bart Schaefer wrote:
> Try it this way, where the -e option is not a quoted string:
>
> ------------------
> #!/usr/bin/env zsh
>
> echo foo | tee \
> $({ xterm -e zsh -fic "tty >&3 ; exec sleep 99999999" 3>&1 & } | read -E)
> ------------------
Thanks, this works.
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author