Files
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

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