qse/regress/awk/cou-023.awk

3 lines
65 B
Awk
Raw Permalink Normal View History

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