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