Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!uunet!virtech!cpcahil From: cpcahil@virtech.UUCP (Conor P. Cahill) Newsgroups: comp.unix.questions Subject: Re: file too large Keywords: vi can't read file - help? Message-ID: <1170@virtech.UUCP> Date: 16 Sep 89 15:59:01 GMT References: <2388@netcom.UUCP> Organization: Virtual Technologies Inc Lines: 14 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? Try split(1) which allows you to split the file into different segments by # of lines. If you want to have some form of logical split of the data, use split(1) to break the file into manageable parts and then piece the parts you want together. -- +-----------------------------------------------------------------------+ | Conor P. Cahill uunet!virtech!cpcahil 703-430-9247 ! | Virtual Technologies Inc., P. O. Box 876, Sterling, VA 22170 | +-----------------------------------------------------------------------+