When did linux become caseless?

Roger Burton West roger at firedrake.org
Fri Jun 15 11:14:46 BST 2007


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


More information about the london.pm mailing list