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