• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{ s = 0
2  for (i=1; i <= NF;  s += $(i++))
3	;
4  print s
5}
6