Skip to content

hwchen/sumrs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#sumrs

A small utility for cli which sums numbers separated by lines.

The impetus was to easily sum a column selected from csv.

I'm sure other aggregation for cli tools exist, but it was almost simpler to just write myself than to search.

Currently only parses numbers as f32.

Possible future updates:

  • option for summing as integer.
  • statistics (e.g. total rows)
  • other aggregations (e.g. avg, median)

About

Sum line-separated numbers on the command line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages