awk ' BEGIN { mod='$1' ebv='$2' eub=ebv * 0.72 } { vz = $1 + mod bvz = $2 + ebv ubz = $2 + eub printf" %7.3f %6.3f\n", vz, bvz } '