numcount

Crates.ionumcount
lib.rsnumcount
version0.1.0
sourcesrc
created_at2016-11-24 19:53:26.042744
updated_at2016-11-24 19:53:26.042744
descriptionTotals up numbers in files passed as arguments or stdin
homepagehttps://github.com/Aaronepower/numcount
repositoryhttps://github.com/Aaronepower/numcount.git
max_upload_size
id7355
size3,896
(XAMPPRocky)

documentation

README

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
Commit count: 3

cargo fmt