mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
12 lines
243 B
Markdown
12 lines
243 B
Markdown
# exit
|
|
|
|
> Verlaat de shell.
|
|
> Meer informatie: <https://manned.org/exit.1posix>.
|
|
|
|
- Verlaat de shell met de exitstatus van het meest recent uitgevoerde commando:
|
|
|
|
`exit`
|
|
|
|
- Verlaat de shell met een specifieke exitstatus:
|
|
|
|
`exit {{exit_code}}`
|