============================== F E A T U R E S ==============================
WordCount counts lines, words, and characters similar to the Unix wc command.
============================ R E Q U I R E M E N T ==========================
WordCount tested and worked fine on the following configurations:
- IcarOS i386 (Kickstart 51.51, Workbench 40.0, AROS ABIv0)
- AROS One i386 (Kickstart 51.51, Workbench 40.0, AROS ABIv0)
================================= U S A G E =================================
Format:
WordCount [[FROM] pattern...] [LINES] [WORDS] [BYTES|CHARS]
Template:
FROM/M,LINES/S,WORDS/S,BYTES=CHARS/S
The WordCount command counts lines, words, and characters in the named
files. If no files are specified, WordCount reads from the default input,
making it possible to use it with pipes.
When multiple files are specified on the command line, their names will
be printed along with the counts.
WordCount also keeps a total count for all named files.
The switches LINES, WORDS, and CHARS may be used to specify that a
subset of lines, words, and characters are to be reported.
WordCount has a broad definition of a word. It considers a word to be any
string of characters delimited by spaces, tabs, or new-lines.
Using no switches is the same as using all three.
Examples:
1> wordcount #?.doc
1> list SYS: nohead quick all files | wordcount lines
1> wordcount Docs/WordCount.doc Docs/COPYING lines
33 145 936 Docs/WordCount.doc
31 242 1524 Docs/COPYING
64 387 2460 Total
================================ S O U R C E ================================
Binary, source code, and documentation included.
Under 2-clause BSD License.
aminet backport from
http://aminet.net/package/util/cli/WordCount
AROS compiled by
______ ______ ______ ______
______|:: .__|:: .__|_____ ______|:: ___|:: ___|______ _____
|: , |: | |: | |: ,_|: ,__|:___ |:___ |: - |: ,_|
|__|___|______|______|___| _____|______|______|______|___|
home cross-compilation factory
|