Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Parameter expansion
- X-seq: zsh-users 2269
- From: mason@xxxxxxxxxxxxxxx (Geoff Wing)
- To: zsh-users@xxxxxxxxxxxxxx
- Subject: Re: Parameter expansion
- Date: 31 Mar 1999 14:54:01 GMT
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
- Organization: PrimeNet Computer Consultants
- References: <19990331173542.A19100@xxxxxxxx>
- Reply-to: mason@xxxxxxxxxxxxxxx
Mircea Damian <dmircea@xxxxxxxx> typed:
:I want to create an archive for the files that are matched by the contents of
:index.txt
:I tried in dir/ to run the command:
:zip backup.zip $(<index.txt)
zip backup.zip $(eval echo $(<index.txt))
:but that didn't worked because the file* another* weren't expanded. How do
:I tell him(zsh 3.1.5) to expand the result of $(<index.txt)?
--
Geoff Wing <gcw@xxxxxxxxx> Mobile : (Australia) 0412 162 441
Work URL: http://www.primenet.com.au/ Ego URL: http://pobox.com/~gcw/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author