count
Count file metrics: bytes (default is bytes), lines, words, chars.
Usage
❯ ./count --help
NAME:
count all - Count file metric: bytes (default is bytes), lines, words, chars.
USAGE:
count all [global options] [command [command options]] [arguments...]
VERSION:
v0.0.1
COMMANDS:
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--bytes, -b count bytes (default: true)
--characters, -c count characters (default: false)
--words, -w count words (default: false)
--lines, -l count lines (default: false)
--help, -h show help (default: false)
--version, -v print the version (default: false)
Install
Run go install github.com/duot/count@latest.
License
See LICENSE