Unconditionally terminate an login session. In breakout mode, exit the
script. In an interactive shell, return will terminate a shell that is not a
login shell.
See Also: return
Example:
=> logout
logout;
^----^ warning: this is not a login shell: use return to quit
=> return
GCC Ada equivalent: return
Bash equivalent: logout
Perl equivalent: n/a
PHP equivalent: n/a
|