Skip to content

obakeng-develops/ccwc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

This is an implementation of the wc tool from Coding Challenges.

How to use it

Make sure you've installed Go

Run the following:

go build -o ccwc

And then you can run the CLI:

./ccwc -h

Examples

There's a sample file (test.txt) which you can use to see how it goes:

./ccwc -l test.txt

About

Unix command line tool wc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages