Question says it all. I’ve tried using awk 'BEGIN{RS=\"} /Match/{print $0}' input and every combination of escaping and quoting I could think of. Any Ideas how to pull this off?
Question says it all. I’ve tried using awk ‘BEGIN{RS=\} /Match/{print $0}’ input and every
Share
you can use \042.
or