An open API service indexing awesome lists of open source software.

https://github.com/bfontaine/shutils

:electric_plug: shell utilities
https://github.com/bfontaine/shutils

cli go tool

Last synced: about 1 year ago
JSON representation

:electric_plug: shell utilities

Awesome Lists containing this project

README

          

# 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.