ladybird/Base/usr/share/man/man1/wc.md
2022-02-28 14:01:41 +01:00

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