Hi,
I need to find a line in a log file, then match the line 3 lines below;
For example, here is my input;
object: Test
id: 32190-12391-12984134-22
Name: Blah
Desc: This is the description
Type: 111-22912-12832
AttrId: 0
I want to match the line;
object: Test
Then match the line
Name: Blah
2 lines below.
How can I do this?
I need to find a line in a log file, then match the line 3 lines below;
For example, here is my input;
object: Test
id: 32190-12391-12984134-22
Name: Blah
Desc: This is the description
Type: 111-22912-12832
AttrId: 0
I want to match the line;
object: Test
Then match the line
Name: Blah
2 lines below.
How can I do this?