1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.de/common/exit.md

13 lines
288 B
Markdown
Raw Normal View History

2021-11-01 05:56:08 -07:00
# exit
> Verlasse die Shell.
2024-01-01 15:56:36 +01:00
> Weitere Informationen: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#exit>.
2021-11-01 05:56:08 -07:00
- Beende die Shell mit dem Exitcode des zuletzt ausgeführten Befehls:
`exit`
- Beende die Shell mit dem angegebenen Exitcode:
`exit {{exitcode}}`