A wc clone.
Usage: jwc [OPTIONS] [FILES]...
Arguments: [FILES]... Files that will be processed; Can be one or more
Options:
-b, --bytes
Print the byte counts
-c, --chars
Print the character counts
-l, --lines
Print the newline counts
-L, --max-line-length
Print the length of the longest line
-w, --words
Print the word counts
--read-from <F>
Read input from the files specified by NUL-terminated names in file F; If F is - then read names from standard input else input should be comma separated
-h, --help
Print help
-V, --version
Print version