Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jun 1997 20:26:16 -0700 (PDT)
From:      Ron Echeverri <rone@bofh.noc.best.net>
To:        questions@freebsd.org
Subject:   bizarre tcsh behavior
Message-ID:  <199706200326.UAA12247@bofh.noc.best.net>

next in thread | raw e-mail | index | archive | help
in tcsh 6.07.02:

> ls
abba   Beta   crack  Crack  
> echo [A-D]*
abba Beta crack Crack
> echo [A]*
echo: No match.
> echo [A-B]*
abba Beta
> echo [B]*
Beta
> echo [B-D]*
Beta crack Crack
> echo [B-C]*
Beta Crack

I don't see this in either csh or sh, where i get what i expect to
see.  Is this a bug or is there some environment setting that i'm
missing, or what?

rone
-- 
Ron Echeverri         Best Internet Usenet Administration         rone@best.net
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
       "This is your head...  and this is Henry Rollins stomping on it."



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706200326.UAA12247>