diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
| commit | 97d5c458cfa039d857301e1ca7d5af3beb37131d (patch) | |
| tree | b460cd850d0537eb71806ba30358840377b27688 /static/inferno/man1/wc.1 | |
| parent | b89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff) | |
build: Better Build System
Diffstat (limited to 'static/inferno/man1/wc.1')
| -rw-r--r-- | static/inferno/man1/wc.1 | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/static/inferno/man1/wc.1 b/static/inferno/man1/wc.1 new file mode 100644 index 00000000..9df4bca7 --- /dev/null +++ b/static/inferno/man1/wc.1 @@ -0,0 +1,29 @@ +.TH WC 1 +.SH NAME +wc \- count lines, words, and characters +.SH SYNOPSIS +.B wc +[ +.B -lwceb +] +[ +.I file ... +] +.SH DESCRIPTION +.I Wc +writes to standard output a tally of lines, words, and characters found in each +.IR file , +assumed to be text in UTF format. +If no files are named, standard input is read. One line is output per file. If several files are specified, an additional line is written giving totals. +.PP +`Words' are maximal sequences of characters separated by blanks, tabs and newlines. +.PP +Counts are output in the same order as the listing of the option letters +.BR lwceb ; +select lines, words, UTF characters, erroneously-encoded characters, and bytes, respectively. +If no options are given, lines, words and characters are counted. +.SH SOURCE +.B /appl/cmd/wc.b +.SH "SEE ALSO" +.IR tr (1), +.IR utf (6) |
