Break large file down into multiple files

brianrpsgt1 brianlong at cox.net
Fri Feb 13 01:44:54 EST 2009


New to python.... I have a large file that I need to break up into
multiple smaller files. I need to break the large file into sections
where there are 65535 lines and then write those sections to seperate
files.  I am familiar with opening and writing files, however, I am
struggling with creating the sections and writing the different
sections to their own files.

Thanks

B



More information about the Python-list mailing list