Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!CSVAX.CALTECH.EDU!andy From: andy@CSVAX.CALTECH.EDU (Andy Fyfe) Newsgroups: gnu.bash.bug Subject: a suggestion Message-ID: <8911300640.AA07586@csvax.caltech.edu> Date: 30 Nov 89 06:40:56 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 4 Csh will expand "*/" to a list of all directories. Sh and bash both just return "*/". I think the csh behaviour is nicer. (And also consistent, since directory names do end in a "/" (sort of) -- csh does keep the trailing "/" on all the names after the expansion.)