Path: utzoo!attcan!uunet!husc6!uwvax!rutgers!bellcore!faline!thumper!ulysses!andante!alice!andrew From: andrew@alice.UUCP Newsgroups: comp.unix.wizards Subject: Re: grep replacement Summary: long lines Message-ID: <7978@alice.UUCP> Date: 13 Jun 88 21:50:58 GMT References: <144@insyte.UUCP> <3350@phri.UUCP> <8080@brl-smoke.ARPA> Organization: AT&T Bell Laboratories, Murray Hill NJ Lines: 7 actually our version of the linderman sort doesn't do arbitrary-sized lines; it does the REASONABLE thing of complaining when the lines are too long rather than silently progressing (or looping or truncating or ...). that is why gre will either work propoerly (handle any line length) or settle on a (sensible) max length and complain if it gets an overflow.