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