Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!apple!motcsd!hpda!hpcupt1!hpsal2!morrell From: morrell@hpsal2.HP.COM (Michael Morrell) Newsgroups: comp.unix.questions Subject: Re: sort question Message-ID: <14660013@hpsal2.HP.COM> Date: 17 May 89 18:01:47 GMT References: <199448@hrc.UUCP> Organization: HP System Architecture Lab, Cupertino Lines: 12 / hpsal2:comp.unix.questions / gph@hpsemc.HP.COM (Paul Houtz) / 10:04 am May 16, 1989 / The problem with having to set the field delimiter is that you have to decide what to set it TO. Now, if you are reading from a file that has binary data in it, then it is possible that a newline character could appear in the binary data. This seems to me like it might be a problem. Sort would think it found the end of line. ---------- Maybe I'm confused, but how do you do a column sort on binary data? Aren't columns numbers defined within each line, implying some "newline" char? Michael