#!/bin/ksh # SSI Date # Copyright © 1999 by David Ross (rossde@acm.org) today=$(date +"%e %b %y") print 'Content-type: text/html' print '' print -n $today