Hi,
I need to use several pattern matches such as
/pattern/
in my script, however it seems that when i do the first one, the write some awk statements, then open the second one, I get an error, how is it possible to use several patterns?
ps. I am able to do;
/pattern1/ { print }
/patern2/...