blob: 7e6aea0ac773922e105813c4569eb2441d3f2ed3 [file] [log] [blame]
BEGIN { FS = OFS = "\t" }
{ $5 = 1000 * $3 / $2 ; print $1, $2, $3, $4, $5 }