Re: display order from ls command

2002-08-26 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 26 August 2002 11:08 pm, Roger wrote: > >Yes, edit /etc/sysconfig/i18n, and add the following line. > >LC_COLLATE=C > > > >You'll probably have to log out and back in before you see a change. > > I was given > LC_ALL=C > > Does LC_COLLATE ju

Re: display order from ls command

2002-08-26 Thread Roger
Around Mon,Aug 26 2002, at 11:03, Michael Fratoni, wrote: > >On Monday 26 August 2002 11:05 pm, [EMAIL PROTECTED] wrote: >> Somewhere between 6 and 7 a change was made to the way that ls displays >> files with the -a option -- it no longer sorts entries in ascii order, >> but instead does a case

Re: display order from ls command

2002-08-26 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 26 August 2002 11:05 pm, [EMAIL PROTECTED] wrote: > Somewhere between 6 and 7 a change was made to the way that ls displays > files with the -a option -- it no longer sorts entries in ascii order, > but instead does a case-insensitive sort t

display order from ls command

2002-08-26 Thread kent
Somewhere between 6 and 7 a change was made to the way that ls displays files with the -a option -- it no longer sorts entries in ascii order, but instead does a case-insensitive sort that also drops leading punctuation characters. Perhaps it's just old habits, but I much preferred the old be