Skip to content

A command-line tool mimicking the functionality of the Unix wc utility. This project counts bytes, lines, words, and characters in a given file or standard input, following the Unix philosophy of simple tools with clean interfaces.

License

Notifications You must be signed in to change notification settings

PLCodingStuff/ccwc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ccwc

This project is a hands-on challenge to create a custom version of the Unix wc (word count) command-line tool, named ccwc (Coding Challenges word count). It guides you through incrementally building features like counting bytes, lines, words, and characters, as well as handling default options and input from standard input (stdin). This exercise emphasizes Unix philosophies of creating simple, interconnected tools and provides practical experience in command-line interface (CLI) development.

About

A command-line tool mimicking the functionality of the Unix wc utility. This project counts bytes, lines, words, and characters in a given file or standard input, following the Unix philosophy of simple tools with clean interfaces.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages