ULOS Manual Pages - wc(1) | Back

NAME
  wc - print word, character, and line counts

SYNOPSIS
  wc FILE ...
  wc [-lwc] FILE ...

DESCRIPTION
  If no options are specified, wc prints line, word, and character counts in that order for each FILE argument.  Otherwise, wc will print whatever it was told to print, but adhering to the order specified previously.

  Options:
    -l
      Enable printing of line counts.

    -w
      Enable printing of word counts.

    -c
      Enable printing of character counts.

COPYRIGHT
  ULOS Core Utilities copyright (c) 2021 Ocawesome101 under the DSLv2.

REPORTING BUGS
  Bugs should be reported at https://github.com/ocawesome101/oc-ulos/issues.