exit(2) opendarwin man page | unix.com

Man Page: exit

Operating Environment: opendarwin

Section: 2

exit(n) 						       Tcl Built-In Commands							   exit(n)

__________________________________________________________________________________________________________________________________________________

NAME
exit - End the application
SYNOPSIS
exit ?returnCode? _________________________________________________________________
DESCRIPTION
Terminate the process, returning returnCode to the system as the exit status. If returnCode isn't specified then it defaults to 0.
SEE ALSO
exec(n), tclvars(n)
KEYWORDS
exit, process Tcl exit(n)
Related Man Pages
tcl_createexithandler(3) - mojave
tcl_deletethreadexithandler(3) - mojave
tcl_finalizethread(3) - mojave
tcl_setexitproc(3) - mojave
tcl_exitthread(3) - centos
Similar Topics in the Unix Linux Community
Getting exit status of child in trap handler
Usage of exit() inside a signal handler
Killing a shell script
What's wrong with my script ....
How to continue shell script after exit 0?