Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: command substitution word joining



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