Skip to content

animeshdas2000/cwc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CWC tool

Basic Go implementation of wc tool.

Usage

$ go build  .
$ ./cwc text.txt

Alternatively, you can choose to your own local file path

CWC flags

  • -c : Used for counting number of bytes in the file
  • -l : Used for counting number of lines in the file
  • -w : Used for counting number of words in the file
  • -m : Used for counting Characters in the file

You may use -h for help in the terminal itself.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages