On Thu, Sep 09, 2004 at 12:28:56PM +0100, Ted Harding wrote:
I suppose a simple 'awk' script which struck out everything from "<" to the next ">" inclusive would at least achieve that, but it could also inadvertently achieve more than is wanted.
The thought has occurred to me to open the HTML in a browser, and mark&paste to the editor window, but that also is more trouble than I'm happy to go to (though better than nothing).
How about piping it into 'lynx --dump'. I think that's probably your easiest option