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