From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12508 invoked from network); 11 May 1999 11:23:47 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 11 May 1999 11:23:47 -0000 Received: (qmail 17838 invoked by alias); 11 May 1999 11:23:22 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6256 Received: (qmail 17830 invoked from network); 11 May 1999 11:23:21 -0000 Message-Id: <199905111123.HAA27411@ocalhost> Content-Type: text/plain MIME-Version: 1.0 X-Image-URL: http://www.peak.org/~luomat/luomat@peak.org.tiff From: Timothy J Luoma Date: Tue, 11 May 1999 07:23:13 -0400 To: zsh-workers@sunsite.auc.dk Subject: more info on globbing/completion problem Someone just asked me offlist: > if you do `echo /*' or `echo /*s*', do you get `Users' > there? The answer is "no" "echo /*" gives /LocalApps /LocalLibrary /Net/ /NextAdmin/ /NextApps/ /NextDeveloper /NextLibrary/ /bin/ /dev /drives/ /etc /lib/ /lost+found/ /mach /mach_kernel /mach_kernel.OS42 /mach_kernel.nonY2K /private/ /tmp /unlabeled/ /usr/ "echo /*s*" /LocalApps /NextApps/ /drives/ /lost+found/ /usr/ echo "/drives/*" gives /drives/kickdisk/ 'mount' says: /dev/sd2a on /private/swapdisk type 4.3 (rw,noquota) /dev/sd1b on /Users type 4.3 (rw,noquota) /dev/sd3b on /usr/local/Archive type 4.3 (rw,noquota) /dev/sd1a on / type 4.3 (rw,noquota,noauto) /dev/sd3a on /usr/local type 4.3 (rw,noquota) /dev/sd3c on /drives/IBM3 type 4.3 (rw,noquota) All those are in /etc/mtab (mounted at boot) These are mounted by hand /dev/rsd0h on /drives/win95 type vmount-353 (default) /dev/sd0a on /drives/kickdisk type 4.3 (rw,noquota)