3 lines
78 B
Plaintext
3 lines
78 B
Plaintext
BEGIN { FS = OFS = "\t" }
|
|
{ $5 = 1000 * $3 / $2 ; print $1, $2, $3, $4, $5 }
|