I have a task that requires me to load log files that is too big for my memory to let it load at once. Therefore I need way to load the file by different chunks..
I know that:
-11!(n; filename)
loads first n chunk from a file, but how do I load the rest of the chunks??
Thanks!