mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
13 lines
226 B
Markdown
13 lines
226 B
Markdown
![]() |
# exit
|
||
|
|
||
|
> Surt del shell.
|
||
|
> Més informació: <https://manned.org/exit.1posix>.
|
||
|
|
||
|
- Surt amb l'estat de sortida de l'ordre executada més recent :
|
||
|
|
||
|
`exit`
|
||
|
|
||
|
- Surt amb un estat de sortida específic:
|
||
|
|
||
|
`exit {{codi_de_sortida}}`
|