Previous | Next | Contents | Index |
List all commands containing a specified phrase.
APROPOS phrase
phrase
Commands containing this phrase (i.e., string of characters) will be listed.
The APROPOS command is perfect for identifying commands whose name you can't quite recall but have on the "tip of your tongue". Each command containing the specified phrase in the command name, associated qualifier or parameter, or brief description will be listed.
Suppose that you know that there are commands to manipulate your mail wastebasket but do not know offhand what those commands are. With the APROPOS command, you can quickly identify them:
The
EMAIL> APROPOS WASTEBASKET compress/nopurge compress/purge purge set auto_purge set noauto_purge set wastebasket_name ... show wastebasket EMAIL>...
" appearing in "set wastebasket_name ...
" merely indicates that that command takes one or more parameters.
Previous | Next | Contents | Index |