![]() |
Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.
|
NAME
WordCount - Counts the number of words in a phrase.
SYNOPSIS
WordCount [PHRASE] -delimit [DELIMITER]
EXAMPLES
WordCount Hello World!
(returns 2)
WordCount a;b;c;d;e;f -delimit ;
(returns 6)
DESCRIPTION
Returns the number of words in a phrase. The -delimit argument is optional, and defaults to a space.
AUTHOR
Allen Ormond - aormond (at) gmail (dot) com