
* common/*: add Indonesian translations and update other outdated translations * fping: revert "More Information" URL
13 lines
270 B
Markdown
13 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}}`
|