Skip to content
/ ccwc Public

CLI wc tool. This is a sample solution to wc challenge posted on https://codingchallenges.fyi/

Notifications You must be signed in to change notification settings

piter0/ccwc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ccwc

A command line tool that counts bytes, newlines and words in a text file

usage

ccwc <file path> <option>

options

-c counting bytes

-l counting newlines

-w counting words

This is a sample solution to a wc challenge that was posted on codingchallenges.fyi

About

CLI wc tool. This is a sample solution to wc challenge posted on https://codingchallenges.fyi/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages