I have a html report that comes out of a program we use. Its extremely plain html and id like to work on fixing it up just a bit.
What code would I need to do in sed to replace
<html> with
<html><link rel="stylesheet" type="text/css" href="LivingInStyle.css">
Thanks,
Russ
You can also use:
i.e. use another separator instead of escaping the slash.