Pedro Zorzenon Neto wrote: > On Mon, Jan 17, 2005 at 03:05:19PM -0500, Michael Stone wrote: > > That's expected behavior. > > How can I disable the "-f" option if this is not the behaviour that > I expect?
You might try keeping the locale setting for most things but forcing a C standard locale for sorting with LC_COLLATE. For example for me in my locale I use the following. export LANG=en_US.UTF-8 export LC_COLLATE=C Maybe that will be of benefit to you. Bob -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

