1 2 3 4 5 6 7 8
BEGIN { FS="\t"; now = strftime("%FT%T", systime(), 1); } $4 == "0" && $9 < now { print $0 }