index
:
illumos-gate
master
sysroot/20181213
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
gnu
/
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
]
}