STM Online Help: cstm Online Help (command-line interface)

--------------------------------------------------------------
Printing Online Help
You can print online help information, by recording cstm output to a file, then executing the desired help commands.
1. Start recording output to a file, with a command like:
cstm> recordoutput file FILE_NAME
2. If you want to suppress paging, enter:
cstm> generaloptions cstmpager cat
3. Enter the desired help commands to get the help text you want. For example:
cstm> help syntax
4. Stop recording output:
cstm> stoprecordout
5. Send the output file to the printer. For example:
os
lp FILE_NAME
6. Return to cstm:
exit
--------------------------------------------------------------
Selecting a Pager
The cstm help uses a pager program to display long help text. After each page of text, you may see a prompt like this:
[Press space to continue, q to quit, h for help]
Pressing "h" displays help information for using this pager ("more").
Cstm determines the pager to use in this way:
1. If cstm is executing a command file, no pager is used.
2. Otherwise, if a pager is defined in the general options, it uses that.
3. Otherwise, if the PAGER environment variable is defined, then it uses that.
4. Otherwise, it uses the "more -d" command.
To select a different pager, you can use the cstm command:
cstm> generaloptions cstmpager PAGER_NAME
where PAGER_NAME is the name of the desired pager (for example, "pg"). Specify "cat" to suppress paging.
Top
Version
Syntax: version | vers