Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
process substitution question
- X-seq: zsh-users 5457
- From: Paul Lew <remove-this-part-paullew@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxx
- Subject: process substitution question
- Date: Tue, 22 Oct 2002 17:08:18 -0700
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
I have been using the =(cmd) for process substitution and now I have
a case where I am not sure how to specify this properly. There is
a command which take input file with format:
> cmd file:xyz
where 'xyz' is the filename. I would like to subsitute the file name
'xyz' above with =(command),
i.e.,
> cmd file:=(command)
What is the best way doing this? Thanks in advance.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author