I'm looking for an efficient way to split a 1GB log file (text not binary) into more managable chunks ex: 400MB.
This way at least they're easy to open up in an editor.
I'm not sure what would be the most efficient way to approach this as I have 100's of such logs to go through and split up.