Hi Everyone,
I need advice on how to extract data from a file named, err_msg.log. This file contain different type of error msg with corresponding header. Basically, I need to skip any line in this file containing the following string, "ID ERROR" and output other lines that do not have this string. The other catch here is the output file name will be the same as the source file name, "err_msg.log". Is it possible?
Thanks
Mike
I need advice on how to extract data from a file named, err_msg.log. This file contain different type of error msg with corresponding header. Basically, I need to skip any line in this file containing the following string, "ID ERROR" and output other lines that do not have this string. The other catch here is the output file name will be the same as the source file name, "err_msg.log". Is it possible?
Thanks
Mike