https://github.com/kasvith/histogram
A histogram utility for command line
https://github.com/kasvith/histogram
c character histogram histogram-utility
Last synced: 11 months ago
JSON representation
A histogram utility for command line
- Host: GitHub
- URL: https://github.com/kasvith/histogram
- Owner: kasvith
- License: mit
- Created: 2017-04-05T04:51:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-05T17:31:36.000Z (almost 9 years ago)
- Last Synced: 2025-03-29T10:13:25.600Z (about 1 year ago)
- Topics: c, character, histogram, histogram-utility
- Language: C
- Size: 390 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Histogram
[](https://travis-ci.org/kasvith/histogram)
A histogram utility for command line. It will help you to analyse
words, characters in a text file. It will **strip** non alphanumeric
characters and show you the result.
## Build
run `make` or `make all`
- for debugging
run `make debug`
## Usage
`usage: freq [-l length] [-w | -c] [--scaled] filename1 filename2 ..`
