xref
: /
freebsd
/
contrib
/
one-true-awk
/
testdir
/
t.coerce
(revision 19261079b74319502c6ffa1249920079f0f69a72)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
END { print i, NR
2
if (i < NR)
3
print i, NR
4
}
5