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.