zsh-workers
 help / color / mirror / code / Atom feed
From: Timothy J Luoma <tjlists@bigfoot.com>
To: zsh-workers@sunsite.auc.dk
Subject: more info on globbing/completion problem
Date: Tue, 11 May 1999 07:23:13 -0400	[thread overview]
Message-ID: <199905111123.HAA27411@ocalhost> (raw)


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)




                 reply	other threads:[~1999-05-11 11:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199905111123.HAA27411@ocalhost \
    --to=tjlists@bigfoot.com \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).