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