4.4BSD/usr/src/contrib/gawk-2.15.2/test/header.awk

BEGIN{
	"date" | getline cur_time
	close ("date")
	print "This line printed on", cur_time
}