From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,14bff0642983a2a5 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-07-29 06:10:47 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!news2.wam.umd.edu!not-for-mail From: "Brien L. Christesen" Newsgroups: comp.lang.ada Subject: sorting large numbers of large records Date: Tue, 29 Jul 2003 13:10:46 +0000 (UTC) Organization: University of Maryland College Park Message-ID: NNTP-Posting-Host: rac1.wam.umd.edu X-Trace: grapevine.wam.umd.edu 1059484246 28409 128.8.10.141 (29 Jul 2003 13:10:46 GMT) X-Complaints-To: abuse@wam.umd.edu NNTP-Posting-Date: Tue, 29 Jul 2003 13:10:46 +0000 (UTC) User-Agent: tin/1.4.2-20000205 ("Possession") (UNIX) (SunOS/5.7 (sun4u)) Xref: archiver1.google.com comp.lang.ada:40942 Date: 2003-07-29T13:10:46+00:00 List-Id: That is a good point, and I looked into the unix sort command. The only problem is that as far as I can tell, that only sorts text files. I have a file of binary records, so I have no idea how I could use a system sort command to do it. Is there any way that would work? thanks for the feedback! Brien