Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: input redirect from a variable
- X-seq: zsh-workers 21759
- From: Dave Yost <Dave@xxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: input redirect from a variable
- Date: Fri, 23 Sep 2005 09:38:40 -0700
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <1050923142121.ZM13005@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <EXCHANGE03czi9yzu2300000458@xxxxxxxxxxxxxxxxxx> <237967ef0509230315ae86ee9@xxxxxxxxxxxxxx> <pdy988306230973bf59af978329@[192.168.1.2]> <1050923142121.ZM13005@xxxxxxxxxxxxxxxxxxxxxxx>
At 2:21 PM +0000 2005-09-23, Bart Schaefer wrote:
>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.
Yes, you're right, now that I think of it. But they should still be mentioned under redirections with a pointer to where to find them discussed. (The use of "<" is a little confusing, too.) Any shell user knows about redirection, but then when you imagine this new facility you want (as I did), you don't have a name for it, so redirection is the first place you look.
Dave
Messages sorted by:
Reverse Date,
Date,
Thread,
Author