awk/testdir/t.for3

9 lines
101 B
Plaintext

{ for (i = 1; length($i) > 0; i++)
print i, $i
}
{ for (i = 1;
length($i) > 0;
i++)
print $i
}