zsh-workers
 help / color / mirror / code / Atom feed
* more info on globbing/completion problem
@ 1999-05-11 11:23 Timothy J Luoma
  0 siblings, 0 replies; only message in thread
From: Timothy J Luoma @ 1999-05-11 11:23 UTC (permalink / raw)
  To: zsh-workers


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)




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-05-11 11:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-05-11 11:23 more info on globbing/completion problem Timothy J Luoma

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).