Name

exit — Exit the current process

Synopsis

exit [exitcode]

Description

The exit command stops the execution of the current process. It causes the exitcode (an integer) to be returned by the process.