Files
tldr/pages.zh/common/exit.md
2021-10-01 15:28:01 -03:00

13 lines
228 B
Markdown

# exit
> 退出终端程序。
> 更多信息:<https://manned.org/exit>.
- 使用最后执行命令的退出代码,退出终端程序:
`exit`
- 使用指定的退出代码,退出终端程序:
`exit {{exit_code}}`