Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/euro20179/statcalc

A cli tool to calculate statistical information on some numbers
https://github.com/euro20179/statcalc

cli command-line commandline math

Last synced: 7 days ago
JSON representation

A cli tool to calculate statistical information on some numbers

Awesome Lists containing this project

README

        

# Stat

Stat is a commandline utility that calculates statistical information about a set of numbers

# Usage

numbers MUST be separated by a space

`echo numbers... | statcalc [options...] actions...`

* numbers must be passed in throgh stdin

# Install

```sh
git clone https://github.com/euro20179/statcalc
cd statcalc
make
sudo cp statcalc /usr/local/bin/statcalc
```
or
```sh
git clone https://github.com/euro20179/statcalc
cd statcalc
make
make install
```