1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.zh/common/exit.md

13 lines
235 B
Markdown
Raw Permalink Normal View History

2021-05-23 22:50:41 +08:00
# exit
> 退出终端程序。
> 更多信息:<https://manned.org/exit.1posix>.
2021-05-23 22:50:41 +08:00
- 使用最后执行命令的退出代码,退出终端程序:
`exit`
- 使用指定的退出代码,退出终端程序:
`exit {{exit_code}}`