:
# EDD
# Whole scale change of background text and link colors
#
for f in `ls *.txt`
do
echo "Editing $f"
ed $f <<- END
	g/worldnet.att.net/s//the-spa.com/
	w
	q
END
done

exit 0
#	/worldnet DOT att DOT net/s//the-spa DOT com/
#	/^Last Updated.*/s//Last Updated: November 14, 1998/
