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

Re: Parameter expansion



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