Hi Brother and sister .
I have question with my work , but the real code is so much code, but i just want grep code html like this
<td>USER</td>
<td><pre class=sf-dump id=sf-dump-957164173 data-indent-pad=" ">"<span class=sf-dump-str title="34 characters">Alex</span>"
</pre><script>Sfdump("sf-dump-957164173")</script>
</td>
</tr>
<tr>
I want output only ALEX
IM trying using this command for grep
grep -oP "<td>USER<\/td>\s+<td><pre.*>(.*?)<\/span>" c.html
But i dont have a result for my command , im trying with command sed
but, i wanna learn using grep
. too
Thank you