/shell-histogram

shell histogram

Primary LanguageShell

Shell Histragram

  1. Construct histrogram of time seriese data using Unix/Linux shell script.
  2. Graph increase and decreased values or likeness.

Usage ./sormat.sh mydata.txt

data example

2020/01/28 2
2020/01/29 16
2020/01/30 72
2020/02/01 10
2020/01/28 **
2020/01/29 ################
2020/01/30 ########################################################################
2020/02/01 **********

alt text

  • read data
  • graph data
  • automated tests
  • spell check :)