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