Here's something strange. "myeye" is a Mac Mini (Intel) running OS X 10.5.3; the filesystem in question is HFS+, case-preserving but case-insensitive. Note that "ls" works and all the shells except dtksh handle the wildcard expansion just fine.
I don't know that anyone should care (at least not here), since dtksh isn't open. But it might be worth being aware of, at least. $ uname -a SunOS paradox 5.11 snv_93 sun4u sparc SUNW,Sun-Blade-1000 $ pwd /net/myeye/System $ df -k . Filesystem kbytes used avail capacity Mounted on myeye:/ 116884912 57417072 59211840 50% /net/myeye $ ls Library $ /bin/sh -c 'echo *' Library $ /bin/ksh -c 'echo *' Library $ /bin/bash -c 'echo *' Library $ /bin/zsh -c 'echo *' Library $ /bin/csh -c 'echo *' Library $ /bin/tcsh -c 'echo *' Library $ /bin/ksh93 -c 'echo *' Library $ /usr/dt/bin/dtksh -c 'echo *' * $ -- This message posted from opensolaris.org