exit
This command causes the shell interpreter to exit.
This command does not return.
In contrast to logoff, this command is built into the shell interpreter loop.
The following is an example of how to use exit:
SHLL [/] $ exit Shell exiting
This command is always present and cannot be disabled.
The exit is implemented directly in the shell interpreter.
There is no C routine associated with it.
Copyright © 1988-2008 OAR Corporation