From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25964 invoked from network); 31 Mar 1999 14:39:52 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 31 Mar 1999 14:39:51 -0000 Received: (qmail 19869 invoked by alias); 31 Mar 1999 14:36:10 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 2268 Received: (qmail 19846 invoked from network); 31 Mar 1999 14:36:05 -0000 Date: Wed, 31 Mar 1999 17:35:42 +0300 From: Mircea Damian To: zsh-users@sunsite.auc.dk Subject: Parameter expansion Message-ID: <19990331173542.A19100@kappa.ro> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Hello, I need some help here and maybe someone of you can help. Supposing that I have this directory structure: dir -+- backup -+- file.1 | +- file.2 | +- anotherfile.txt | +- dont_backup +- index.txt And index.txt is: file* another* 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 $(