Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
globbing error persists
- X-seq: zsh-workers 6333
- From: Timothy J Luoma <tjlists@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: globbing error persists
- Date: Sat, 22 May 1999 21:37:19 -0400
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
same as I've reported before still occurs w/ 3.1.5-pws-19
# /bin/ls /drives/
IBM3 swapdisk
#/bin/ls /drives/[tab]
#/bin/ls /drives/IBM3
They are different disks FWIW
# df
Filesystem Size Used Avail Capacity Mounted on
/dev/sd0a 994M 690M 205M 77% /
/dev/sd0b 994M 503M 392M 56% /Users
/dev/sd1a 392M 128M 225M 36% /drives/swapdisk
/dev/sd2a 1.3G 837M 362M 70% /usr/local
/dev/sd2b 1.3G 840M 359M 70% /usr/local/Archive
/dev/sd2c 1.3G 32M 1.1G 3% /drives/IBM3
# echo /drives/*
/drives/IBM3/
# echo /drives/*d*
zsh: no matches found: /drives/*d*
Messages sorted by:
Reverse Date,
Date,
Thread,
Author