/bin/sort bug

mark at umcp-cs.UUCP mark at umcp-cs.UUCP
Thu Sep 1 13:12:10 AEST 1983


I think the problem is that /bin/sort doesn't guarantee anything
about the order of records which are "equal" on the specified
sorting fields.  This is typical of sort programs, actually,
since they can then run faster.  Sort does a lot of sorting
of subsets into temp files and then merging the results--retaining
equality ordering would be difficult.
-- 
spoken:	mark weiser
UUCP:	{seismo,allegra,brl-bmd}!umcp-cs!mark
CSNet:	mark at umcp-cs
ARPA:	mark.umcp-cs at UDel-Relay



More information about the Comp.unix.wizards mailing list