Dan> Is there a simple way to bump the calendar program Dan> at night so that is shows the correct day if you Dan> leave it running overnight ? I use this easy shell script (kept in ~/bin/cal_update): kill `ps -ef | grep ical | grep -v ep | awk '{print $2}'` /usr/sbin/ical echo "sh /usr/people/schuman/bin/cal_update" | at 0500 tomorrow