Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 382 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 382 Bytes

Shutils

shutils is a set of small shell utilities written in Go.

Install

You need to have Go in order to compile the files.

git clone https://github.com/bfontaine/shutils.git
cd shutils && make install

What’s in the box

  • sum reads numbers on stdin and prints the sum of all of them. It ignores non-numbers and support floats with the -F option.