#!/bin/csh sed -e 's/-04-02/-'$1'-'$2'/g' -e 's/04\/02\//'$1'\/'$2'\//g' -e 's/00GMT/'$3'GMT/g' pmenu.html > tmp.html mv tmp.html pmenu.html sed -e 's/-04-02/-'$1'-'$2'/g' -e 's/04\/02\//'$1'\/'$2'\//g' -e 's/00GMT/'$3'GMT/g' pmenu-now.html > tmp.html mv tmp.html pmenu-now.html