j
k
j a
j l
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'
Back to the thread
Back to the list