Skip to content

A cli tool to calculate statistical information on some numbers

Notifications You must be signed in to change notification settings

Euro20179/statcalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

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

or

git clone https://github.com/euro20179/statcalc
cd statcalc
make
make install

About

A cli tool to calculate statistical information on some numbers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published