mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* common/*: add Indonesian translations and update other outdated translations * fping: revert "More Information" URL
12 lines
270 B
Markdown
12 lines
270 B
Markdown
# exit
|
|
|
|
> Keluar dari sesi shell.
|
|
> Informasi lebih lanjut: <https://manned.org/exit.1posix>.
|
|
|
|
- Keluar dengan kode status keluar (exit code) yang berasal dari hasil eksekusi perintah sebelumnya:
|
|
|
|
`exit`
|
|
|
|
- Keluar dengan kode status keluar khusus:
|
|
|
|
`exit {{exit_code}}`
|