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

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

Awesome Lists containing this project

README

          

# Histogram

[![Build Status](https://travis-ci.org/kasvith/histogram.svg?branch=master)](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 ..`

![image](https://user-images.githubusercontent.com/13379595/28996836-e3cb5e38-7a24-11e7-9795-3229c7c29dc3.png)