Loading

timestamp

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

Comments