Hi All,
I have 10 log files whose size is not fixed as they are being updated. I want to read these files and store it in 1 file.
the twist is i want to read say first 1024 bytes from each file and then after reading from all the files i want to read from the position till where i have read in the first file the next 1024 bytes and so on.
Please Let me know how this can be achieved.
Thanks & Regards
I have 10 log files whose size is not fixed as they are being updated. I want to read these files and store it in 1 file.
the twist is i want to read say first 1024 bytes from each file and then after reading from all the files i want to read from the position till where i have read in the first file the next 1024 bytes and so on.
Please Let me know how this can be achieved.
Thanks & Regards
Comment