Obey a command language command obey
command
. When the
defined command is invoked, a command will be obeyed in the underlying shell. Obviously the
command will vary depending upon the shell in use – currently Interface Definition Files assume csh
.
{
command }
command abc {
obey {
date }
}
The command date
will be obeyed by the underlying shell if command abc
is obeyed.
ADAM:
.icl
and .csh
files.