Count X
- count words
- count lines
- count chars
- count bytes
- count x
Count words, lines, chars, bytes in file
Count words in pipe
Usage: cx [OPTIONS] [PATH] [COMMAND]
Commands:
log, -L, --log Show content of the log file
help Print this message or the help of the given subcommand(s)
Arguments:
[PATH] The filepath to work with
Options:
-b, --bytes Count all bytes [aliases: byte]
-c, --chars Count all chars [aliases: char]
-l, --lines Count all lines [aliases: line]
-S, --show-errors Show errors (ignores errors by default) [aliases: show-error]
-w, --words Count all words [aliases: word]
-h, --help Print help (see more with '--help')
-V, --version Print version
Usage: cx [OPTIONS] [PATH] [COMMAND]
Commands:
log, -L, --log Show content of the log file
help Print this message or the help of the given subcommand(s)
Arguments:
[PATH]
The filepath to work with
Options:
-b, --bytes
Count all bytes
[aliases: byte]
-c, --chars
Count all chars
[aliases: char]
-l, --lines
Count all lines
[aliases: line]
-S, --show-errors
Show errors (ignores errors by default)
[aliases: show-error]
-w, --words
Count all words
[aliases: word]
-h, --help
Print help (see a summary with '-h')
-V, --version
Print version