
Sources: Eyes: https://www.x.org/releases/X11R7.6/doc/man/man1/xeyes.1.xhtml wc: FreeBSD manual.
403 B
403 B
Name
wc - word, line, character, and byte count
Synopsis
$ wc [--lines] [--bytes] [--words] [file...]
Options:
--help
: Display help message and exit--version
: Print version-l
,--lines
: Output line count-c
,--bytes
: Output byte count-w
,--words
: Output word count
Arguments:
file
: File to process