qse/ase/cmd/awk/cou-023.awk
2008-03-21 03:49:53 +00:00

3 lines
65 B
Awk

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