Hi,

I could not sort the following correctly:

[kung@C577279-A /tmp]$ more j.tmp
abc NA
ab  NA
[kung@C577279-A /tmp]$ sort j.tmp
abc NA
ab  NA

using gnu sort. The right answer should be

ab  NA
abc NA

as in Solaris:

homer% more j.tmp
abc NA
ab  NA
homer% sort j.tmp
ab  NA
abc NA

How can I do?

Thanks.

Dave


_______________________________________________
Bug-textutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-textutils

Reply via email to