mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
24 lines
363 B
Markdown
24 lines
363 B
Markdown
|
|
## 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 -->
|