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