summaryrefslogtreecommitdiff
path: root/static/v10/man1/wc.1
diff options
context:
space:
mode:
Diffstat (limited to 'static/v10/man1/wc.1')
-rw-r--r--static/v10/man1/wc.136
1 files changed, 36 insertions, 0 deletions
diff --git a/static/v10/man1/wc.1 b/static/v10/man1/wc.1
new file mode 100644
index 00000000..6631ae63
--- /dev/null
+++ b/static/v10/man1/wc.1
@@ -0,0 +1,36 @@
+.pa 1
+.he 'WC (I)'3/15/72'WC (I)'
+.ti 0
+NAME wc -- get (English) word count
+.sp
+.ti 0
+SYNOPSIS wc__ name918 ...
+.sp
+.ti 0
+DESCRIPTION wc__
+provides a count of the words, text lines, and control lines for
+each argument file.
+
+A text line is a sequence of characters not beginning with ".",
+"!" or "'"
+and ended by a new-line.
+A control line is a line beginning with ".",
+"!" or "'".
+A word is a sequence of characters bounded by the beginning
+of a line, by the end of a line, or by a blank or a tab.
+
+When
+there is more than one input file,
+a grand total is also printed.
+.sp
+.ti 0
+FILES --
+.sp
+.ti 0
+SEE ALSO roff(I)
+.sp
+.ti 0
+DIAGNOSTICS none; arguments not found are ignored.
+.sp
+.ti 0
+BUGS --