Files
qse/qse/cmd/awk/cou-023.awk
2008-12-21 20:30:00 +00:00

3 lines
65 B
Awk

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