Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!ncar!boulder!sunybcs!stein-c From: stein-c@acsu.Buffalo.EDU (Craig Steinberger) Newsgroups: comp.unix.questions Subject: Re: file too large Message-ID: <10554@eerie.acsu.Buffalo.EDU> Date: 19 Sep 89 14:39:48 GMT References: <2388@netcom.UUCP> <1226@xyzzy.UUCP> Sender: nobody@acsu.buffalo.edu Reply-To: stein-c@autarch.acsu.buffalo.edu (Craig Steinberger) Organization: SUNY at Buffalo Lines: 7 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. There is a program called csplit that should do the trick.