exit
Exits the shell with a status of NUMBER. If NUMBER is omitted, the exit status is that of the last command executed.[1]
Documentation
- exit [EN] @ GNU Bash Reference Manual
- bash -c 'help exit'
- man 1 'bash' [EN]
Syntax
exit NUMBER
References
- ↑ bash -c 'help exit'