github.com/benhoyt/goawk@v1.8.1
/
testdata
/
t.cum
(
about
)
1 {i = i + $1; print i}
2 END {
3 print i
4 }