Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: input redirect from a variable
- X-seq: zsh-workers 21756
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Dave Yost <Dave@xxxxxxxx>
- Subject: Re: input redirect from a variable
- Date: Fri, 23 Sep 2005 14:21:21 +0000
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <pdy988306230973bf59af978329@[192.168.1.2]>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <EXCHANGE03czi9yzu2300000458@xxxxxxxxxxxxxxxxxx> <237967ef0509230315ae86ee9@xxxxxxxxxxxxxx> <pdy988306230973bf59af978329@[192.168.1.2]>
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