spec

Software for Diffraction

lscmd

list the built-in commands and functions

SYNOPSIS

lscmd [pattern_name ... ]

DESCRIPTION

lscmd lists the built-in commands and functions recognized by spec. With no arguments, all the built-in keywords are listed. Otherwise, only those specified as arguments are printed. Parentheses are printed after keywords that are functions.

Arguments may contain the *, ? and [] metacharacters. A * matches any string, while a ? matches any single character. With the [...] pattern, any string that contains the characters within the square brackets is matched. Two characters separated by a hyphen specify a range of characters that will match. An initial ^ negates the enclosed character set. (Support for [] added in spec release 6.07.)

EXAMPLE

lscmd get*

SEE ALSO

syms lsdef whats