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

Re: input redirect from a variable



On Sep 23,  6:14am, Dave Yost wrote:
} Subject: Re: input redirect from a variable
}
} <(foo) and =(foo) should be mentioned in the REDIRECTION section,

But they *aren't* redirections.

Redirection implies changing a file descriptor.  <(foo) and =(foo)
create file name strings and substitute them into the command line.



Messages sorted by: Reverse Date, Date, Thread, Author