index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
ofmtstrnum.awk
blob: 805dad73ea5f328440acc4b56b4586b6ce75101c (
plain
)
1
2
3
4
5
6
7
BEGIN
{
split
(
" 1"
,
f
,
"|"
)
OFMT
=
"%.1f"
print
f
[
1
]
x
=
f
[
1
]
+
0
print
f
[
1
]
}