A full implementation of GNU's `wc` written in Go
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DustyP 9537fb6a34
Update README.md
5 years ago
cmd/wc-go Add support for files0-from and quote filename output 5 years ago
pkg/wc Add support for files0-from and quote filename output 5 years ago
.gitignore Logic complete 5 years ago
LICENSE Initial commit 5 years ago
README.md Update README.md 5 years ago
go.mod Add support for files0-from and quote filename output 5 years ago
go.sum Add support for files0-from and quote filename output 5 years ago

README.md

wc-go

A full implementation of GNU's wc written in Go