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

https://github.com/umaumax/awkst


https://github.com/umaumax/awkst

awk statistics

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# awk for statistics

## input
one number per line
```
$ seq 1 10
$ echo '10.1\n20.2\n30.3'
```