Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 2.1AS

(Slurm)

exit(n)


exit

exit

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO
KEYWORDS

______________________________________________________________________________

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



exit(n)