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