Hi everyone,
I have an HTML log file which I would like to strip the HTML tags away, then search for a "begin" string, then print that and all subsequent lines until it reaches the "end" string. Kind of awking out a block of text. I've made a little 'C' program which can strip the HTML markup out (although doing it with awk would be nice), but now need to get the block of text from the remaining text file.
Thank you for any help!
Ternion
I have an HTML log file which I would like to strip the HTML tags away, then search for a "begin" string, then print that and all subsequent lines until it reaches the "end" string. Kind of awking out a block of text. I've made a little 'C' program which can strip the HTML markup out (although doing it with awk would be nice), but now need to get the block of text from the remaining text file.
Thank you for any help!
Ternion