exit: add traditional Chinese translation (#7246)

This commit is contained in:
Poy Chang
2021-10-27 18:33:47 +08:00
committed by GitHub
parent e1707b84b0
commit fc43ff3542

View File

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