I got over 100s of HTML files in the following format:
….
…..
<PRE> my data 1 my data 2 my data 3 my data 10000 my data N times </PRE> ..... ..
How do I extract text between two words (<PRE> and </PRE>) in unix or linux using grep command?
{ 4 comments }

