Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: command substitution word joining
- X-seq: zsh-users 23200
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- Subject: Re: command substitution word joining
- Date: Sat, 3 Mar 2018 06:33:13 +0100
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=0KVQiNcnMi6cztSCWNT/Rv1npUBSgEtNp1A4D3dKL+M=; b=lvNlvmytNUmlvXfRz5dIjUa9mqVVQ5PpEjUeSALB7qF2TGpVQN4ZmBxH+MNPCY64dx 5weJL/0yBBrQGWVR/QbCRfE3Zts5IqSHuHcvCvFZi5c2EmnzN7JDBOBVMjcMbKL9Yqqy 3I+2ZhgAzbBqrLDtApieykYUqei6E5chq53NG7Aby1BRCwBPy7RXAbv7ERq/Uh0i20rM 4q7fQiKeBXuC1nZQgCzVQR0mQKffo2JKJ6OqYY2H+pfSSrod+XRUaUBJN4Czdt7n5A2J y4HN4Ev42sGVhuD+j0J6MJoLPscMmehk7hwg29GaqvtIlP+MNvNWo39lKR1YBia0zhaF z/pg==
- In-reply-to: <20180302234544.p6w3fw32xdgwcktm@tarpaulin.shahaf.local2>
- 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>
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 =(:).
On Sat, Mar 3, 2018 at 12:45 AM, Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx> wrote:
> Consider:
>
> % () { print -r - ${(q)@} } <(:)x
> /proc/self/fd/11x
>
> I can't see any use-case for appending the 'x' as part of the same word.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author