Skip to content

sujeetsawala/ccwc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What

Custom clone of wc cli tool in golang

How to Run

  1. Clone the git repository with the command git clone git@github.com:sujeetsawala/ccwc.git
  2. Run go mod tidy
  3. Run go install ccwc
  4. The binaries will be present in the GOPATH

Commands

ccwc [flag] [filepath]

Flag Supported

c : count of bytes in the file
w : count of words in the file
l : count of lines in the file
m : count of multibytes in the file

About

Custom word count cli tool in golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages