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