bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug in sort numeric mode with . separator


From: Matthew M. Boedicker
Subject: Re: bug in sort numeric mode with . separator
Date: Wed, 1 Dec 2004 09:34:27 -0500
User-agent: Mutt/1.4.2.1i

Sorry, this isn't a bug. Should have read the FAQ. "export LC_ALL=POSIX"
fixed it.

On Wed, Dec 01, 2004 at 09:25:16AM -0500, Matthew M. Boedicker wrote:
> Is this a bug in sort? Shouldn't 1 be before 11 in numeric mode?
> 
> ~ $ echo -e "80.58.11.107\n80.58.1.111" | sort -n -t'.'
> 80.58.11.107
> 80.58.1.111
> 
> Thanks,
> -- 
> Matthew M. Boedicker http://mboedick.org

-- 
Matthew M. Boedicker http://mboedick.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]