exit man page on Alpinelinux

Man page or keyword search:  
man Server   18016 pages
apropos Keyword Search (all sections)
Output format
Alpinelinux logo
[printable version]

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 is not specified then it defaults to 0.

EXAMPLE
       Since non-zero exit codes are usually interpreted as error cases by the
       calling	process,  the  exit  command is an important part of signaling
       that something fatal has gone wrong. This code fragment	is  useful  in
       scripts to act as a general problem trap:

	      proc main {} {
		  # ... put the real main code in here ...
	      }

	      if {[catch {main} msg options]} {
		  puts stderr "unexpected script error: $msg"
		  if {[info exist env(DEBUG)]} {
		      puts stderr "---- BEGIN TRACE ----"
		      puts stderr [dict get $options -errorinfo]
		      puts stderr "---- END TRACE ----"
		  }

		  # Reserve code 1 for "expected" error exits...
		  exit 2
	      }

SEE ALSO
       exec(n)

KEYWORDS
       abort, exit, process

Tcl								       exit(n)
[top]

List of man pages available for Alpinelinux

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net