| apropos | ctio | apropos |
apropos -- List all the tasks related with a given subject
apropos subject
This task will list all IRAF tasks that have the subject string in their name, description, or the name of the package where they belong. Only the tasks that are mentioned in a package menu file will be listed. The following metacharacters are allowed inside the subject string:
^ matches the beginning of the line
$ matches the end of the line
? matches any character
# matches whitespace (space or tab)
{ turn off case sensivity
} turn on case sensivity
\ escape next character
ignore_case=no
works in the same way as if the turn off case
sensivity metacharacter were prepended to the subject string.
List all the task that are related to directories:
cl> apropos directory back - Return to the previous directory (after a chdir) (language) cd - Change directory (language) chdir - Change directory (language) directory - List the files in a directory (system) gkidir - Directory listing of metacode file (plot) mkdir - Create a new directory (system) movefiles - Move files to a directory (system)
The task does not restict a search to complete words.
The match at beginning of line metacharacter does not work if
ignore_case=yes
. The sequence "^{subject}" with
ignore_case=no
must be used instead.
help, match, mkapropos