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
- Host: GitHub
- URL: https://github.com/anjanasenanayake/word-counter
- Owner: AnjanaSenanayake
- Created: 2017-09-09T08:57:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-09T09:28:03.000Z (over 7 years ago)
- Last Synced: 2025-01-11T09:54:37.624Z (4 months ago)
- Topics: c, character-counter, linked-list, linkedlist, pointers, structs, word-counter, word-frequency
- Language: C
- Size: 2.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# word-counter
A mini project in word/character counter of given source files programmed in Cusage:
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/charactersexample:
freq -10 -w --scaled engineer.hum