1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 09:02:08 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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