From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17486 invoked from network); 3 May 2000 08:35:02 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 3 May 2000 08:35:02 -0000 Received: (qmail 10286 invoked by alias); 3 May 2000 08:34:14 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3055 Received: (qmail 10184 invoked from network); 3 May 2000 08:34:13 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) From: "Andrej Borsenkow" To: "ZSH users mailing list" Subject: Globbing and RC_EXPAND_PARAM Date: Wed, 3 May 2000 12:34:09 +0400 Message-ID: <000401bfb4da$5a3842d0$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 (Hmm ... haven't I asked it already?) Our dbx does not understand search path - I have to specify every directory explicitly: dbx -Idir1 -Idir2 ... Is it possible in one shot (functions, aliases etc aside)? The closest I can think of is dbx -I${^$(print *(/))} ... but that's $(...) that looks ugly. -andrej Have a nice DOS! B >>