[tt]
Could someone please assist with the following problem.
Search file for the string ##EVENT### and print the 2 previous lines, as per the desired output:
Input file:
AAA-BBB-C-CC1FIN7438
AAA-BBB-C-CC2FIN222831
AAA-BBB-C-CC3FIN222832
##EVENT###
AAA-BBB-CCC1PROD48408
AAA-BBB-CCC3PROD4843
AAA-BBB-CCC4PROD4084
##EVENT###
AAA-BBB-CCC1TEC803083202
AAA-BBB-CCC2TEC4893
AAA-BBB-CCC3TEC325
AAA-BBB-CCC4TEC4336
##EVENT###
BLANK-----#
BLANK-----#
##EVENT###
Desired ouptut:
AAA-BBB-C-CC2FIN222831
AAA-BBB-C-CC3FIN222832
AAA-BBB-CCC3PROD4843
AAA-BBB-CCC4PROD4084
AAA-BBB-CCC3TEC325
AAA-BBB-CCC4TEC4336
BLANK-----#
BLANK-----#
[/tt]
Could someone please assist with the following problem.
Search file for the string ##EVENT### and print the 2 previous lines, as per the desired output:
Input file:
AAA-BBB-C-CC1FIN7438
AAA-BBB-C-CC2FIN222831
AAA-BBB-C-CC3FIN222832
##EVENT###
AAA-BBB-CCC1PROD48408
AAA-BBB-CCC3PROD4843
AAA-BBB-CCC4PROD4084
##EVENT###
AAA-BBB-CCC1TEC803083202
AAA-BBB-CCC2TEC4893
AAA-BBB-CCC3TEC325
AAA-BBB-CCC4TEC4336
##EVENT###
BLANK-----#
BLANK-----#
##EVENT###
Desired ouptut:
AAA-BBB-C-CC2FIN222831
AAA-BBB-C-CC3FIN222832
AAA-BBB-CCC3PROD4843
AAA-BBB-CCC4PROD4084
AAA-BBB-CCC3TEC325
AAA-BBB-CCC4TEC4336
BLANK-----#
BLANK-----#
[/tt]