Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!purdue!bu-cs!buengc!bph From: bph@buengc.BU.EDU (Blair P. Houghton) Newsgroups: comp.editors Subject: Re: file too large Message-ID: <4246@buengc.BU.EDU> Date: 19 Sep 89 22:05:13 GMT References: <2388@netcom.UUCP> Reply-To: bph@buengc.bu.edu (Blair P. Houghton) Followup-To: comp.editors Organization: Boston Univ. Col. of Eng. Lines: 13 In article fischer@iesd.auc.dk (Lars P. Fischer) writes: | In article <2388@netcom.UUCP> beaulieu@netcom.UUCP (Bob Beaulieu) writes: | >I have a text file that is very large (26,000+ lines) and would like | >to break it down to 5-6 smaller files. Is there an easy way to handle | >this? I have tried vi but, it seems to hold 5000 lines in its buffer. | >The same goes for ed and ex. | | Try emacs(1). Handles files with up to 2^31 characters. And apparently allocates it all as an array at startup time. 8-) --Blair "Well, that's how it _seems_."