Revision [162]
This is an old revision of CommandExit made by DavidLee on 2008-05-31 17:32:12.
exit [ret code]
Exits the current shell. If ret code is specified it is used as the exit value, otherwise 0.Example: exit with exit value 0
exit 0
Example: exit with the last command's exit value
exit