numcount

Adds up numbers in files line by line.

Example

test.txt ``` 2 3 5 4

1 ```

test2.txt ```

2 33 5

```

Shell $ numcount test.txt 15 $ numcount test.txt test2.txt 55