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 cheers, rickw -- _________________________________ Rick Welykochy || Praxis Services "Only a brain-damaged operating system would support task switching and not make the simple next step of supporting multitasking." -- George McFry -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
