On Sun, 02 Apr 2000, you wrote:
> At 11:15 PM +1000 on 4/1/00, Adrian Sutton wrote:
> >Adrian: I have one more request. Do you have an automated way to add
> >the line:
> ><?require("/footer.require")?>
> >to each html file of the web site, just before the </BODY> tag?
>
> Use a sed/mv combination on SourceForge's Unix login.
Adrian: Good suggestion. I don't know sed though and can't seem to make it
work for me. Could you send me a sed script file that will insert
<?require("/footer.require")?> before </BODY>? I can write a shell script to
change the filenames with mv.