ladybird/Base/usr/share/man/man1/wc.md

24 lines
363 B
Markdown
Raw Normal View History

## Name
wc
## Synopsis
```sh
$ 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
<!-- Auto-generated through ArgsParser -->