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 139ed9a344
Add support for files0-from and quote filename output
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 Initial commit 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 Unix's wc written in Go