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

Re: command substitution word joining



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