h 23, 2006 12:29 AM
To: Oshea, Richard
Cc: 'bug-coreutils@gnu.org'
Subject: Re: Using SORT on Linux
"Oshea, Richard" <[EMAIL PROTECTED]> writes:
> log>locale
> LANG=en_US.UTF-8
> LC_CTYPE="en_US.UTF-8"
> LC_NUMERIC="en_US.UTF-8"
That
"Oshea, Richard" <[EMAIL PROTECTED]> writes:
> Not sure if this is a bug or a problem with the way my environment
> it setup
Undoubtedly the latter. Try running the "locale" command. It should
say something like the following. If it doesn't, you need to fix
your environment, e.g., with the she
"Oshea, Richard" <[EMAIL PROTECTED]> writes:
> log>locale
> LANG=en_US.UTF-8
> LC_CTYPE="en_US.UTF-8"
> LC_NUMERIC="en_US.UTF-8"
That's most likely the problem, then. Your systems are consistent
with sorting with the en_US.UTF-8 locale.
> - Remember, I had set the LC_ALL=C and it did not change
>
> Just so you know - I found a way around the problem.
> I made the primary part of the sort (first field) the same length - and the
> sort
> works correctly.
You still haven't listed the command line invocation that succeeded,
contrasted with the command line that sorted in a manner other
th
/app/home/tnsapps/TNSListener/log
- Remember, I had set the LC_ALL=C and it did not change the sort sequence.
If there is a problem in the code, it should be fixed - but not to please me.
As I said, I found a way around it.
Thanks,
Dick
-Original Message-
From: [EMAIL PROTECTED] [mail
Oshea, Richard wrote:
> Not sure if this is a bug or a problem with the way my environment
> it setup - or the way I'm using sort - But... Given the following
> data in a file, the sort command does not produce the correct
> output.
Are you passing any options to sort?
> I have even tried settin
Not sure if this is a bug or a problem with the way my environment it setup -
or the way I'm using sort
- But...
Given the following data in a file, the sort command does not produce the
correct output.
I have even tried setting the LC_ALL as suggested in the sort --help (set
LC_ALL=C)
AG