Files
tldr/pages.ru/common/exit.md
Sebastiaan Speck fd745e9167 df, exec, exit, export: fix more info link (#12037)
* 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>
2024-01-09 14:31:59 +05:30

13 lines
359 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# exit
> Выйти из оболочки.
> Больше информации: <https://manned.org/exit.1posix>.
- Выход из оболочки с кодом выхода последней выполненной команды:
`exit`
- Выйти из оболочки с указанным кодом выхода:
`exit {{код_выхода}}`