exit
Linux · Terminal · available in the simulator
What it does
Close the terminal window or session. Accepts an optional exit status.
Syntax
exit [código]
Options and parameters
NExit status (0 = success, non-zero = error).
códigoReturn the specified exit status to the parent process.
exit 1
Usage examples
exitexit 0exit 1