hi all
how to append some text by sed or awk after matching sequential two lines in file? remark (need to ignore empty lines if exist)
for example
we want to append the text "this is the new line" after the following match lines in file
vopied 13783/tcp # VOPIED Protocol
vopied 13783/udp # VOPIED Protocol
this is the new line
lidia