exit: add traditional Chinese translation (#7246)

beep
Poy Chang 2021-10-27 18:33:47 +08:00 committed by GitHub
parent e1707b84b0
commit fc43ff3542
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# exit
> 退出當前的命令解釋器實例或批次檔。
> 更多資訊:<https://docs.microsoft.com/windows-server/administration/windows-commands/exit>.
- 退出當前的命令解釋器實例:
`exit`
- 退出當前的批次檔:
`exit /b`
- 使用一個指定的退出碼退出:
`exit {{退出碼}}`