Files
qse/qse/regress/awk/cou-023.awk
2009-06-27 07:05:19 +00:00

3 lines
65 B
Awk

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