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