hi > On Wed, April 18, 2012 3:33 pm, Antonio Roberts wrote: > >> http://sed.sourceforge.net/sed1line.txt > > > > Do you have the commands that I should use to solve my problem? > it should be like this > http://www.cyberciti.biz/faq/sed-howto-remove-lines-paragraphs/ > > it's a while since I did something like that and it's not working at > the moment for me for some reason
if you manage it to open the html file in a text editor, search for "img", search for "data:image" go to the next ", one char right, select to the next " minus one char... in vim it's: /imgESC/data:imageESCf"lvf"hx repeat as long as there are image tags with embedded images... ciao a.l.e
