ex*, eyuvtoppm: add Korean translation (#14237)

This commit is contained in:
HoJeong Im
2024-10-16 15:52:18 +09:00
committed by GitHub
parent ab8c612883
commit 8c6c89bd83
14 changed files with 314 additions and 0 deletions

12
pages.ko/common/exit.md Normal file
View File

@@ -0,0 +1,12 @@
# exit
> 쉘 종료.
> 더 많은 정보: <https://manned.org/exit.1posix>.
- 가장 최근에 실행된 명령의 종료 상태로 종료:
`exit`
- 특정 종료 상태로 종료:
`exit {{종료_코드}}`