Skip to content
/ wc Public

Go implementation of the command line tool wc

Notifications You must be signed in to change notification settings

mroobit/wc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wc

Go

A Go implementation of the command line tool wc, which prints newline, word, and byte counts for each file

From inside the directory, run:

$ go build
$ ./ccwc --help

Alternately, you can view the man page:

$ man ./ccwc-man.0.gz

Options

-c, --bytes print the byte count

-m, --chars print the character count

-l, --lines print the line count

-w, --words print the word count

--help display options

--version display version

About

Go implementation of the command line tool wc

Topics

Resources

Stars

Watchers

Forks

Languages