|
if sed runs out of steam, the next step would be perl with the HTML::Treebuilder module.
Alternatively 'perl -pe 's/regex/subst/g' is a great sed substitute. 'perl -pe 's/\n//mg' will turn a file with unix line endings into one really long line for example.
__________________
Stop intellectual property from infringing on me
|