/fast-wc

A byte/word/line counter utility implemented with Golang

Primary LanguageGoApache License 2.0Apache-2.0

fast-wc

An word counter utility implemented with Golang

Usage

fast-wc [OPTION] FILE

cat FILE | fast-wc

OPTION:

  • -l, --lines, count lines
  • -w, --words, count words
  • -c, --bytes, count bytes