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