I have some trouble trying to split large files (say, around 10GB). The basic idea is simply read the lines, and group every, say 40000 lines into one file. But there are tw
For a 10GB file, the second approach is clearly the way to go. Here is an outline of what you need to do: