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/