#!/bin/csh -f
foreach f (*.html)
mv $f xyzzy.__
sed -f /u/multimedia/lib/sed/htmlcomment.sed xyzzy.__ > $f
end
