Skip to content

Command-line utility for counting characters, words, and lines from an input stream. Inspired by the Unix `wc` program.

License

Notifications You must be signed in to change notification settings

ryan-rashidian/beanc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

beanc

Inspired by the UNIX wc command.

Count characters, words, and/or lines from an input stream. Reads from standard input if no filename is given on the command-line.

Build

A Makefile is provided for building the program from the project's root directory (using gcc with -std=gnu99 compiler flag).

References

About

Command-line utility for counting characters, words, and lines from an input stream. Inspired by the Unix `wc` program.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors