Comment 1 for bug 571958

Revision history for this message
StephanBeal (sgbeal) wrote : Re: DATA LOSS: "rm" command working case-insensitively

The same thing here:

    touch XYZ
    ls [a-z]*

includes XYZ in the listing, which implies that some Unix-noob a&&hole thoughtlessly enabled a shell option which makes bash do case-insensitive wildcard expansion. (Again, contrary to every other Unix system/configuration i've every worked on.)

>:-(