I have an file with this html code inside:
<p class="center-block"><img alt="ourpicture" class="picture" src="http://mypage.com/ourpicture123" /></p>
Now I would like to get just the source like http://mypage.com/ourpicture123. How can I handle this problem with sed? It would be great if I can look for 'src="' before and '"' after.