At Mon, 10 Jun 2002 16:31:04 +1000, Rick Welykochy wrote: > gomez wrote: > > Here is a weirdy: on a fresh RH 7.2 (locale = AU) the output from > > /bin/ls > > is sorted case INSENSITIVE, a la Windows. > > > > Anyone know how to stop this bizarro and v.annoying behaviour? > > Thanks to Gavin for the following solution: > > The situation: > <http://lists.cistron.nl/pipermail/freeradius-devel/2001-September/001364.html> > > The fix: > add to .bashrc: > > export LANG=C > unset LANGUAGE > unset LC_COLLATE
if all you want to do is change the sort order, and not completely disable all australian english support in every program, you probably want to do: export LC_COLLATE=C my quick test shows this is sufficient even in the face of LANG=en_AU and LANGUAGE=en_AU. -- - Gus -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
