From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2650 invoked by alias); 4 Aug 2004 23:16:53 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 2642 invoked from network); 4 Aug 2004 23:16:52 -0000 Received: from unknown (HELO mail2.netezza.com) (12.148.248.137) by sourceware.org with SMTP; 4 Aug 2004 23:16:52 -0000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: dot five-o series versions - GDB 6.2.50 Date: Wed, 04 Aug 2004 23:16:00 -0000 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: To: X-SW-Source: 2004-08/txt/msg00054.txt.bz2 Andrew Cagney wrote: ... > cagney@nettle$ sort -t. -k1,1n -k2,2n -k3,3n x ... > I'm not sure I understand the problem, dot is a field separator rather=20 > than decimal place. That would be fine if commonplace sorts obeyed that logic. The most common sort in my world is /bin/ls which fails to conform. Any scheme is which lexical sorting produced a correct result would be preferable. /john