On Mon Apr 19 11:38:47 EDT 2010, rudolf.syk...@gmail.com wrote: > Hello, > > My p9p awk, besides not having a manpage, also has a problem (plan9 > version itself works fine, though): > > ;9 awk 'BEGIN {OFMT="%.0f"; print 17.23}' > 17.23 > ;awk 'BEGIN {OFMT="%.0f"; print 17.23}' > 17 > > Is p9p awk different from plan9's?!
this is a bug that bwk fixed. it is fixed in the new port of awk to plan 9, but not in the distribution the new port is contrib quanstro/awk. - erik