qse/regress/awk/cou-023.awk

3 lines
65 B
Awk

BEGIN { FS = OFS = "\t"; }
{ $5 = 1000 * $3 / $2; print; }