Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.

WordCount

http://jonathanaquino.com/yubscripts/strings/stringmanip.php?command=wordcount&delimit=${delimit=%20}&string=%s&xn_auth=no[no url encoding]
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
    
111 uses - Created 2006-03-26 22:01:07 - Last used 2023-10-06 05:39:10
Is this command broken? Tell Jon if you know how to fix it.
Do you find this command offensive? Let Jon know.