qse/ase/test/awk/cou-023.awk

3 lines
65 B
Awk
Raw Normal View History

2006-12-05 11:34:20 +00:00
BEGIN { FS = OFS = "\t"; }
{ $5 = 1000 * $3 / $2; print; }