C#. Join (merge) some text files into one
The task. We have 3 separated text files, for example, web server logs. For more comfortable analyze we want to join them into one file. Below my simple solution for this task in C#. The main steps of script are: Read more»




