Skip to content

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

Notifications You must be signed in to change notification settings

AnjanaSenanayake/word-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages