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

8
pages.ko/common/exec.md Normal file
View File

@@ -0,0 +1,8 @@
# exec
> 하위 프로세스를 생성하지 않고 명령을 실행.
> 더 많은 정보: <https://manned.org/exec.1posix>.
- 현재 환경 변수를 사용하여 특정 명령을 실행:
`exec {{명령어 -with -flags}}`