file too large
Conor P. Cahill
cpcahil at virtech.UUCP
Sun Sep 17 01:59:01 AEST 1989
In article <2388 at netcom.UUCP>, beaulieu at 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 |
+-----------------------------------------------------------------------+
More information about the Comp.unix.questions
mailing list