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

https://github.com/anjanasenanayake/word-counter

Word/Character counter of a given source file programmed in C
https://github.com/anjanasenanayake/word-counter

c character-counter linked-list linkedlist pointers structs word-counter word-frequency

Last synced: 3 months ago
JSON representation

Word/Character counter of a given source file programmed in C

Awesome Lists containing this project

README

        

# word-counter
A mini project in word/character counter of given source files programmed in C

usage:
freq [-l length] [-w | -c] [--scaled] filename1 filename2 ..

-w - word count
-c - character count
-l - number of words/characters should show in the graph from top results
if not specified all the words/characters will be shown
--scaled - fullscreen
filname1 filename2.. - any number of given source files to count words/characters

example:
freq -10 -w --scaled engineer.hum