add new chinese translations
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# exit
|
||||
# 退出
|
||||
|
||||
> 退出终端程序。
|
||||
> 更多信息:<https://manned.org/exit.1posix>.
|
||||
> 退出 shell。
|
||||
> 更多信息:<https://manned.org/exit.1posix>。
|
||||
|
||||
- 使用最后执行命令的退出代码,退出终端程序:
|
||||
- 以最近执行的命令的退出状态退出:
|
||||
|
||||
`exit`
|
||||
|
||||
- 使用指定的退出代码,退出终端程序:
|
||||
- 以特定的退出状态退出:
|
||||
|
||||
`exit {{exit_code}}`
|
||||
`exit {{退出码}}`
|
Reference in New Issue
Block a user