On Sunday 09 Mar 2014 14:48:45 Stroller wrote: > On Sat, 8 March 2014, at 3:50 pm, Mick <michaelkintzios@gmail.com> wrote: > > ... > > This is what /etc/env.d/02locale contains: > > > > LANG="en_GB.UTF-8" > > LC_COLLATE="C" > > Why have you set LC_COLLATE differently from LANG, please? Because I am used to have files listed with . prefixed files first, then file names with Capital case and then lower case. Otherwise if you have LC_ALL set then that setting will be followed for sorting files. If neither LC_ALL nor LC_COLLATE are set, then LANG will take precedence. Please note that I use different languages on a couple of machines and that can mess things up when listing stuff. -- Regards, Mick