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