BEGIN { first = 0; } { if ($1 != "#" && first == 0 && $2 > 0) { first = 1; time = $1; con = $2 print time, con; } }