awk/bugs-fixed/inf-nan-torture.awk

5 lines
53 B
Awk

{
for (i = 1; i <= NF; i++)
print i, $i, $i + 0
}