https://github.com/umaumax/awkst
https://github.com/umaumax/awkst
awk statistics
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/umaumax/awkst
- Owner: umaumax
- Created: 2019-01-31T13:46:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-08T13:28:31.000Z (over 7 years ago)
- Last Synced: 2025-06-23T13:48:57.254Z (about 1 year ago)
- Topics: awk, statistics
- Language: Awk
- Size: 1000 Bytes
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# awk for statistics
## input
one number per line
```
$ seq 1 10
$ echo '10.1\n20.2\n30.3'
```