Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Jun 2021 15:23:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 256473] FreeBSD shells are case insensitive for character ranges
Message-ID:  <bug-256473-227-oqHmko6EmW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256473-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-256473-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256473

--- Comment #2 from Jason W. Bacon <jwb@freebsd.org> ---
I'll respond about the lang settings shortly, but first:

I created a simple test case to reduce noise in this thread, and things got
weirder:

Default shell is tcsh.

FreeBSD coral.acadix  bacon ~/Test 1032: ls
aardvark  Alan      Bob       zip

FreeBSD coral.acadix  bacon ~/Test 1033: ls -d [A-Z]*
Alan  Bob   zip

FreeBSD coral.acadix  bacon ~/Test 1034: ls -d [a-z]*
aardvark  Alan      Bob       zip

FreeBSD coral.acadix  bacon ~/Test 1035: bash
[bacon@coral ~/Test]$ ls -d [A-Z]*
Alan Bob

[bacon@coral ~/Test]$ ls -d [a-z]*
aardvark zip

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-256473-227-oqHmko6EmW>