Skip to content

tbwester/binner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binner

Example usage:

# bin the output of seq into bins of width 100
$ seq 1000 | binner -w 100
50      99
150     100
250     100
350     100
450     100
550     100
650     100
750     100
850     100
950     100
1050    1

About

Command line tool for counting numbers in bins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages