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