ref: 10e72d182aad860492f6ec2e80b0c05a4dc20b7a dir: /test/p.36/
BEGIN { FS = OFS = "\t" } { $5 = 1000 * $3 / $2 ; print $1, $2, $3, $4, $5 }