Can anyone help with this one...
I need to extract some information from a large log file. The info that I'm after is split over 3 seperate lines.
The First 2 lines are date/time stamped but the third is not and there is nothing to relate it to the other 2 lines apart from the fact it comes on the next line.
Is there an easy way to do this ?
Format is -
2002/07/18 14:36:24 od=960 ISOLATION addr=123.56.123.246
2002/07/18 14:36:24 : exception for login
Endpoint 149564235.960.508+ (hostname) orphaned endpoint.
I need to extract some information from a large log file. The info that I'm after is split over 3 seperate lines.
The First 2 lines are date/time stamped but the third is not and there is nothing to relate it to the other 2 lines apart from the fact it comes on the next line.
Is there an easy way to do this ?
Format is -
2002/07/18 14:36:24 od=960 ISOLATION addr=123.56.123.246
2002/07/18 14:36:24 : exception for login
Endpoint 149564235.960.508+ (hostname) orphaned endpoint.