[Bug 256473] FreeBSD shells are case insensitive for character ranges
Date: Tue, 08 Jun 2021 15:23:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256473 --- 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 -- You are receiving this mail because: You are the assignee for the bug.