#!/bin/awk -f {cmd="(date)";\ cmd | getline d;\ print d, $0;\ close(cmd)}