Files
tldr/pages.zh/common/exit.md

12 lines
199 B
Markdown

# 退出
> 退出 shell。
> 更多信息:<https://manned.org/exit.1posix>。
- 以最近执行的命令的退出状态退出:
`exit`
- 以特定的退出状态退出:
`exit {{退出码}}`