Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: process substitution question
- X-seq: zsh-users 5458
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: process substitution question
- Date: Wed, 23 Oct 2002 03:21:15 +0000
- In-reply-to: <15797.59506.340615.546994@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <15797.59506.340615.546994@xxxxxxxxxxxxxxxxxxxxxxx>
On Oct 22, 5:08pm, Paul Lew wrote:
} Subject: process substitution question
}
} > cmd file:=(command)
}
} What is the best way doing this?
Probably this:
cmd file:${:-=(command)}
Messages sorted by:
Reverse Date,
Date,
Thread,
Author