I would like to insert the lines
printf("%s",RETURN)
LINE_COUNT = LINE COUNT + LINE_INC
3 lines before the string (also inserting the blank lines above and below)
function wrln(ln){
I have tried using awk and sed but I keep getting sytax errors, and I really don't think I am very close.
Dodge20
printf("%s",RETURN)
LINE_COUNT = LINE COUNT + LINE_INC
3 lines before the string (also inserting the blank lines above and below)
function wrln(ln){
I have tried using awk and sed but I keep getting sytax errors, and I really don't think I am very close.
Dodge20