RE: Using SORT on Linux

2006-03-27 Thread Oshea, Richard
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

Re: Using SORT on Linux

2006-03-27 Thread Paul Eggert
"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

Re: Using SORT on Linux

2006-03-22 Thread Paul Eggert
"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

RE: Using SORT on Linux

2006-03-22 Thread Eric Blake
> > 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

RE: Using SORT on Linux

2006-03-22 Thread Oshea, Richard
/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

Re: Using SORT on Linux

2006-03-21 Thread Bob Proulx
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

Using SORT on Linux

2006-03-21 Thread Oshea, Richard
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