awk/testdir/t.incr3

6 lines
58 B
Plaintext
Raw Normal View History

2019-06-23 09:13:57 +00:00
{ s = 0
for (i=1; i <= NF; s += $(i++))
;
print s
}