Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: preventing the leading space in process substitution
- X-seq: zsh-users 13213
- From: Angel Olivera <redondos@xxxxxxxxxxx>
- To: zsh users mailing list <zsh-users@xxxxxxxxxx>
- Subject: Re: preventing the leading space in process substitution
- Date: Wed, 10 Sep 2008 20:48:02 +0200
- In-reply-to: <20080910111322.GA6844@xxxxxxxxxxxxxxx>
- Mail-followup-to: zsh users mailing list <zsh-users@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20080909144101.GA30693@xxxxxxxxxxxxxxxxxxxx> <20080910094510.GA4225@xxxxxxxxxxxxxxxxxxxx> <20080910111322.GA6844@xxxxxxxxxxxxxxx>
On Wed 10.Sep.08 12:13, Stephane Chazelas wrote:
On Wed, Sep 10, 2008 at 11:45:11AM +0200, Angel Olivera wrote:
One alternative is:
mycommand -file=$(print =(...))
but there must be a nicer way.
[...]
You could also do:
mycommand -file=/dev/fd/3 3<> =(...)
If your system supports /dev/fd/<n>
Nice, thank you.
--
redondos
Attachment:
signature.asc
Description: Digital signature
Messages sorted by:
Reverse Date,
Date,
Thread,
Author