Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2002 22:07:41 +0400
From:      "Andrey A. Chernov" <ache@nagual.pp.ru>
To:        Dag-Erling Smorgrav <des@ofug.org>
Cc:        current@FreeBSD.ORG
Subject:   Re: sort(1) badly broken
Message-ID:  <20020406180740.GA54829@nagual.pp.ru>
In-Reply-To: <xzpit75ufbb.fsf@flood.ping.uio.no>
References:  <xzpit75ufbb.fsf@flood.ping.uio.no>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Apr 06, 2002 at 15:28:24 +0200, Dag-Erling Smorgrav wrote:
> des@des ~% cat | sort -nr
> 10000
>  1000
>   100
>    10
>     1
> ^D
> 10000
>   100
>  1000
>    10
>     1

I'll try to fix. Meanwile use 
	env LANG=C sort ...
as workaround.

-- 
Andrey A. Chernov
http://ache.pp.ru/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020406180740.GA54829>