Crates.io | numcount |
lib.rs | numcount |
version | 0.1.0 |
source | src |
created_at | 2016-11-24 19:53:26.042744 |
updated_at | 2016-11-24 19:53:26.042744 |
description | Totals up numbers in files passed as arguments or stdin |
homepage | https://github.com/Aaronepower/numcount |
repository | https://github.com/Aaronepower/numcount.git |
max_upload_size | |
id | 7355 |
size | 3,896 |
Adds up numbers in files line by line.
test.txt
2
3
5
4
1
test2.txt
2
33
5
Shell
$ numcount test.txt
15
$ numcount test.txt test2.txt
55