View Single Post
Old 08-16-2005, 02:05 AM   #8 (permalink)
teknomage1
Jack of all trades
 
teknomage1's Avatar
 
Join Date: Feb 2005
Location: Los Angeles
Posts: 596
teknomage1 is on a distinguished road
Send a message via AIM to teknomage1
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
teknomage1 is offline   Reply With Quote