Table of Contents

# $EPIC: getcommands.txt,v 1.2 2006/08/01 03:22:01 sthalik Exp $

Synopsis:

$getcommands()
$getcommands(<pattern>)

Technical:

Practical:

This is mostly useful for writing completion scripts.

Returns:

A word list of the names of built in commands matching the pattern(s).

Example:

$getcommands(*irc*) returns “IRCHOST IRCNAME IRCUSER”