summaryrefslogtreecommitdiff
path: root/Base/usr/share/man/man1/wc.md
blob: f08e0b472322be8c3b633289b058241f592f45d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## 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 -->