Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!microsoft!uw-beaver!tektronix!tekecs!dougc From: dougc@tekecs.UUCP (Doug Campbell) Newsgroups: net.unix-wizards Subject: Re: /bin/sort bug Message-ID: <1985@tekecs.UUCP> Date: Wed, 31-Aug-83 12:57:37 EDT Article-I.D.: tekecs.1985 Posted: Wed Aug 31 12:57:37 1983 Date-Received: Thu, 1-Sep-83 17:34:24 EDT Lines: 14 If you specify the sort to be performed on only one field you cannot specify a specific ordering for the other unsorted fields. The ordering for the unsorted fields is nondeterministic. Therefore, I do not agree that sort should be producing the "expected result" you posted. (Various sorting algorithms will produce diferent results in the unsorted fields.) I do not feel this is a bug in /bin/sort. If you really need the "expected result" you posted, you should not be using /bin/sort. Doug Campbell