shitbox/pkg/usr/share/man/man1/wc.1

39 lines
913 B
Groff

.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.TH wc 1 "wc 0.1.0"
.SH NAME
wc \- Print newline, word, and byte counts for each file
.SH SYNOPSIS
\fBwc\fR [\fB\-c\fR|\fB\-\-bytes\fR] [\fB\-m\fR|\fB\-\-chars\fR] [\fB\-l\fR|\fB\-\-lines\fR] [\fB\-L\fR|\fB\-\-max\-line\-length\fR] [\fB\-w\fR|\fB\-\-words\fR] [\fB\-h\fR|\fB\-\-help\fR] [\fB\-V\fR|\fB\-\-version\fR] [\fIINPUT\fR]
.SH DESCRIPTION
Print newline, word, and byte counts for each file
.SH OPTIONS
.TP
\fB\-c\fR, \fB\-\-bytes\fR
Print the byte counts
.TP
\fB\-m\fR, \fB\-\-chars\fR
Print the character counts
.TP
\fB\-l\fR, \fB\-\-lines\fR
Print the line counts
.TP
\fB\-L\fR, \fB\-\-max\-line\-length\fR
Print the maximum display width
.TP
\fB\-w\fR, \fB\-\-words\fR
Print the word counts
.TP
\fB\-h\fR, \fB\-\-help\fR
Print help
.TP
\fB\-V\fR, \fB\-\-version\fR
Print version
.TP
[\fIINPUT\fR]
The input file to use
.SH VERSION
v0.1.0
.SH AUTHORS
Nathan Fisher