Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 237 Bytes

File metadata and controls

19 lines (17 loc) · 237 Bytes

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