[TxMt] Simple Command to strip HTML tags

Brian Lalor blalor at bravo5.org
Sat Feb 19 12:19:52 UTC 2005


On Feb 18, 2005, at 3:00 PM, saul rosenbaum wrote:

> anyone have a command to strip HTML markup?
> for selected text?

This little sed ditty will probably do most of what you specified:
	sed -e 's#<[^>]*>##g'


-- 
    __   ____
   / /  / __/ Brian Lalor
  / _ \/__ \  blalor at bravo5.org
/_.__/____/  http://bravo5.org/



More information about the textmate mailing list