Hi guys
This should be simple question but I can't get it work,
I wanna grab the lines content between this gap [ERROR IN and INSTRUMENT ... ]from a particular file :
Here's the part of the content file :
so, the output should be :
ABCD
AB
Thanks guys
This should be simple question but I can't get it work,
I wanna grab the lines content between this gap [ERROR IN and INSTRUMENT ... ]from a particular file :
Here's the part of the content file :
Code:
...
ERRORS IN:
------------------------------------
ABCD
AB
INSTRUMENT LOAD TOTALS PER FILE ARE:
------------------------------------
...
so, the output should be :
ABCD
AB
Thanks guys