Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: command substitution word joining
- X-seq: zsh-users 23201
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: command substitution word joining
- Date: Fri, 2 Mar 2018 21:50:32 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=+0Ci/G5X15Ke8sFtZvRCjinYmaVvstu8ODZU0sxEI6g=; b=yAj5wfMt62olLmvGQI90iWRxpC/LtyG8n8Q61Z0D5D6VbOQU02iNKKiDJlQTRVbizh Rk8vQHxmVAjLSARHbKK/h+Sunp+t9G49Eihn4neSOC3ySDvyBrjtTmJUk4B6LGmkdyyo DjGKH15YWNIiglr6IzNi/LBmLWp9wSZVtp8RDLMwNMD/e2OI6lDhMGQ3QBBfnPPInqOE yKCRWl6FnB880WRqrH6WqVnXjDHem7gPtdnWa6EuRQbGchsQ9BRzFutOhmvxbr/6A4or o49MEQDq79sIxED6plirTEGFBly4vqmMDxBH80Z/X/BXohz22t2UBfmqTTjwv8yji6RS +hkA==
- In-reply-to: <CAHYJk3Rjr2ynna83DwgBTXF56EVZchaKjFT6D8C6NWuP2esZGA@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <20180302234544.p6w3fw32xdgwcktm@tarpaulin.shahaf.local2> <CAHYJk3Rjr2ynna83DwgBTXF56EVZchaKjFT6D8C6NWuP2esZGA@mail.gmail.com>
On Fri, Mar 2, 2018 at 9:33 PM, Mikael Magnusson <mikachu@xxxxxxxxx> wrote:
> echo --input-file=<(:)
> --input-file=/proc/self/fd/13
> I could imagine some command taking multiple filenames with ,
> separation perhaps? But you can't prepend anything with =(:).
You can prepend an assignment:
% foo==(:)
% print $foo
/tmp/zshdewoIj
Messages sorted by:
Reverse Date,
Date,
Thread,
Author