xref
: /
freebsd
/
contrib
/
one-true-awk
/
testdir
/
tt.03
(revision d37eb51047221dc3322b34db1038ff3aa533883f)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
{ s += length($2) }
2
END { print s }
3