Frequently Asked Questions
Some entries of this page have been copied from the [[comp.lang.awk_FAQ]]([[http://awk.freeshell.org/comp.lang.awk_FAQ#toc29|Credits]]) . . . I get 1e+06 instead of 1000001.10? <include "PrintingNumbers"> [[http://awk.freeshell.org/?action=edit;id=PrintingNumbers| . . .
3K - last updated 2015-09-08 08:46 UTC by pgas
PrintingNumbers
Use printf and a format string instead of print, some examples: {{{ awk BEGIN { printf "%f", 1000001.10 . . .
2K - last updated 2009-03-04 12:34 UTC by pgas
2 pages found.