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

13 lines
243 B
Markdown
Raw Permalink Normal View History

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