Hello Monks,
I have a question regarding how to split up lines into multiple file. For example if i have a text file of 10 000 lines for file C. And I would want it to read 2000 lines (the whole line) from file C and write it to file A and the next 2000 lines from file C to be written to file B and the next till it finishes.
Pls help. Thanks
Voyager