1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.nl/common/exit.md
Sebastiaan Speck a2ab7b824d
exit: add Dutch translation (#13360)
exit:  Dutch translation
2024-08-13 00:27:18 +02:00

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}}`