hi
I write the following awk to print lines from the match line until EOF
awk '/match_line/,/*/' file
how to do the same in sed?
Lidia
hi
I write the following awk to print lines from the match line until EOF
awk '/match_line/,/*/' file
how to do the same in sed?
Lidia