Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!rutgers!ucsd!ucbvax!decwrl!sun!pitstop!sundc!seismo!uunet!mcvax!unido!iraun1!iraul1!norbert From: norbert@iraul1.ira.uka.de (Norbert Lindenberg) Newsgroups: comp.sys.mac.programmer Subject: Re: MPW Sort Tool Request Message-ID: <626@iraun1.ira.uka.de> Date: 2 Oct 88 17:58:30 GMT References: <10050019@eecs.nwu.edu> <1423@ndsuvax.UUCP> Sender: news@iraun1.ira.uka.de Reply-To: norbert@iraul1.UUCP (Norbert Lindenberg) Organization: Karlsruhe University, West-Germany Lines: 13 > Does anybody have a sort tool for MPW, or know where I can get one? > I don't need anything fancy - a simple tool to sort small files in-core > would be quite adequate. > John Norstad There is a simple sort tool on MacApp Object Library disk #3, adapted from Kernighan and Plauger's "Software Tools in Pascal" by Joseph Bergin. The disk is available from APDA. The tool's main limitation is that it sorts by ASCII value only, treating the entire line as one field. -- Norbert