awk/testdir/t.cum

5 lines
38 B
Plaintext
Raw Normal View History

2019-06-23 09:13:57 +00:00
{i = i + $1; print i}
END {
print i
}