Recovered from cvs revision 2007-05-01 07:40:00
This commit is contained in:
2
ase/test/awk/cou-023.awk
Normal file
2
ase/test/awk/cou-023.awk
Normal file
@ -0,0 +1,2 @@
|
||||
BEGIN { FS = OFS = "\t"; }
|
||||
{ $5 = 1000 * $3 / $2; print; }
|
Reference in New Issue
Block a user