returnreturn from a KornShell function or . (dot) script |
KornShell Built-in |
|
return
[
expression]
return
returns from a KornShell function or
.
(dot) script. The exit status is the value of
expression. The default value of
expression
is the exit status of the last command executed.
The current function or script returns the value of
expression.
If no
expression is given, the exit status is the exit
status of the last command executed.
POSIX.2.
x/OPEN Portability Guide 4.0.
return
is a built-in command of the Bourne Shell and
KornShell on UNIX systems.
Allowing an expression, rather than just a number, is an extension found in
the KornShell.
This is a special built-in command of the MKS KornShell.
- Commands:
exit,
sh