xref
: /
netbsd-src
/
external
/
historical
/
nawk
/
dist
/
testdir
/
tt.03
(revision b5c47949a45ac972130c38cf13dfd8afb1f09285)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
{ s += length($2) }
2
END { print s }
3