Put your file on a linux system.
split -l 10000 filename
This will split your file every 10000 lines into files xaa, xab, etc. I can give you a more sophisticated command if you'd like that names the files according to the timestamps at the start or whatever.
Use the operating system where everything is a file if you're working with files.
|