Newer
Older
minerva / Base / usr / share / man / man1 / wc.md
@minerva minerva on 13 Jul 502 bytes Initial commit
## Name

wc - word, line, character, and byte count

## Synopsis

```sh
$ wc [--lines] [--bytes] [--words] [--max-line-length] [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
-   `-L`, `--max-line-length`: Output byte count of the longest line

## Arguments

-   `file`: File to process

<!-- Auto-generated through ArgsParser -->