aboutsummaryrefslogtreecommitdiffstats
path: root/test/header.awk
blob: 2066c8297a5d2cadcd2d4b5ad0b27a1051aa706f (plain)
1
2
3
4
5
BEGIN{
	"date" | getline cur_time
	close ("date")
	print "This line printed on", cur_time
}