| I've noticed that "*/" expands to all file names with "/" appended, | instead of just the names of directories. I think this is a bug -- | all the other glob code I've used does the right thing (expands to | just directories). I'd never tried this -- I've always used "*/.". I tried "*/" just now, using the Bourne Shell on Solaris 2.3 -- doesn't work. It does work with the Korn Shell on the same system.