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
/
inf-nan-torture.awk
blob: 8d145f2a54966bdd1002b665a00faf4bcf6939fe (
plain
)
1
2
3
4
{
for
(
i
=
1
;
i
<=
NF
;
i
++)
print
i
,
$i
,
$i
+
0
}