Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/euro20179/statcalc
- Owner: Euro20179
- Created: 2021-08-08T18:15:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-08T19:38:20.000Z (over 3 years ago)
- Last Synced: 2023-08-20T04:19:05.553Z (over 1 year ago)
- Topics: cli, command-line, commandline, math
- Language: C++
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```