From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Message-Id: <199904061452.QAA07663@juno.erisoft.se> Subject: Re: regex question To: djgpp-workers AT delorie DOT com (DJGPP-WORKERS) Date: Tue, 6 Apr 1999 16:52:36 +0200 (MET DST) X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com It seems tcsh on Solaris just append the trailing "/": ; ls b c/ ; echo * b c ; echo */ b/ c/ where b is a file and c is a directory. Which is different from bash: bash$ echo * b c bash$ echo */ c/ Right, MartinS