This is how my text (html) file looks like Some other text blah Something
blah
Result of the awk:
awk
[~]$ cat test.txt | awk '// {off=2} /([\s\S]*)/ {if (off==0) print; if (off==2) off=0}' Some other text blah Something