mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-17 01:15:44 +02:00
13 lines
231 B
Markdown
13 lines
231 B
Markdown
![]() |
# exit
|
||
|
|
||
|
> 退出终端程序。
|
||
|
> 更多信息见:<https://manned.org/exit>.
|
||
|
|
||
|
- 使用最后执行命令的退出代码,退出终端程序:
|
||
|
|
||
|
`exit`
|
||
|
|
||
|
- 使用指定的退出代码,退出终端程序:
|
||
|
|
||
|
`exit {{exit_code}}`
|