When did linux become caseless?

Fred Youhanaie fly at anydata.co.uk
Fri Jun 15 11:30:24 BST 2007


Roger Burton West wrote:
> On Fri, Jun 15, 2007 at 10:58:49AM +0100, Dirk Koopman wrote:
> 
>> I am guessing that this some bash argument expansion option.
> 
> You can check easily enough:
> 
> shopt |grep nocaseglob
> 
> If it's on, to turn it off:
> 
> shopt -u nocaseglob
> 
> R
> 

Also, set LC_COLLATE to C

Cheers
f.



More information about the london.pm mailing list