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

* df, exec, exit, export: fix more info link * df: update outdated Farsi translation --------- Co-authored-by: Mohammad Reza Soleimani <87926618+MrMw3@users.noreply.github.com> Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
12 lines
359 B
Markdown
12 lines
359 B
Markdown
# exit
|
|
|
|
> Выйти из оболочки.
|
|
> Больше информации: <https://manned.org/exit.1posix>.
|
|
|
|
- Выход из оболочки с кодом выхода последней выполненной команды:
|
|
|
|
`exit`
|
|
|
|
- Выйти из оболочки с указанным кодом выхода:
|
|
|
|
`exit {{код_выхода}}`
|