xref
: /
aosp_15_r20
/
external
/
one-true-awk
/
testdir
/
t.for2
(revision 9a7741de182b2776d7b30d6355f2585c0780a51b)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
{
2
for (i=1;;i++) {
3
if (i > NF)
4
next
5
print i, $i
6
}
7
}
8