in reply to How to merge Huge log files (each 10 MB) into a single file
Are you planning to do any processing during the merge?
A mergesort or filtering possibly?
If not, why not just cat them together with the standard system commands instead of reinventing a very common wheel?
|
|---|