#awk -f script table7.viz > table7.viz2 { jd=substr($0,1,9) # acut -c1-9 h=substr($0,23,5) # acut -c22-27 printf("%.5f\n", jd+h/24) }