xref
: /
freebsd
/
contrib
/
one-true-awk
/
testdir
/
t.ofmt
(revision f126d349810fdb512c0b01e101342d430b947488)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
BEGIN {OFMT="%.5g"}
2
{print $1+0}
3