Hi there,
Forgive my inexperience, I haven't used AWK before. I'm a java writer normally! But I need to write an AWK script to print out certain html elements from webpages.
There may be several of these elements on one line. My question is, if there are more that one of these <tags> on a line, will awk pattern match the first one, perform the actions and then ignore the rest of the line? Or will it match the pattern, perform the action and then start where it left off, part way through the line?
If it does skip the rest of the line, how can I impliment a solution that will look at all the elements on a line?
Thank you for your help,
Plavixo
Forgive my inexperience, I haven't used AWK before. I'm a java writer normally! But I need to write an AWK script to print out certain html elements from webpages.
There may be several of these elements on one line. My question is, if there are more that one of these <tags> on a line, will awk pattern match the first one, perform the actions and then ignore the rest of the line? Or will it match the pattern, perform the action and then start where it left off, part way through the line?
If it does skip the rest of the line, how can I impliment a solution that will look at all the elements on a line?
Thank you for your help,
Plavixo