From: Joe Ossanna Date: Fri, 27 Jun 1975 00:35:54 +0000 (-0500) Subject: Research V6 development X-Git-Tag: Research-V6~83 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/6e2385766da4b5f3cf3eceee39a58034ec322103?hp=7725d4b31bbbf203767a24c62ffe94ff5defba5a Research V6 development Work on file usr/doc/man/man1/wc.1 Synthesized-from: v6 --- diff --git a/usr/doc/man/man1/wc.1 b/usr/doc/man/man1/wc.1 new file mode 100644 index 0000000000..2ef1ed0101 --- /dev/null +++ b/usr/doc/man/man1/wc.1 @@ -0,0 +1,14 @@ +.th WC I 7/26/74 +.sh NAME +wc \*- word count +.sh SYNOPSIS +.bd wc +[ name ... ] +.sh DESCRIPTION +.it Wc +counts lines and words in the named files, +or in the standard input if no name appears. +A word is a maximal string of printing characters +delimited by spaces, tabs or newlines. +All other characters are simply ignored. +.sh BUGS