xref: /freebsd/contrib/one-true-awk/testdir/tt.03 (revision 95eb4b873b6a8b527c5bd78d7191975dfca38998)
1{ s += length($2) }
2END { print s }
3