G
Guest
How to divide one large file into several parts
My file size is up to 600MB
It is impossible for me to load it to my buffer
I try to read 1MB and then process it. It works
But i still aim for dividing this .txt into at least 6 parts
Can you instruct me how to do this
Thanks in advance.
My file size is up to 600MB
It is impossible for me to load it to my buffer
I try to read 1MB and then process it. It works
But i still aim for dividing this .txt into at least 6 parts
Can you instruct me how to do this
Thanks in advance.