1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 14:42:19 +02:00
tldr/pages.ko/common/exec.md

8 lines
226 B
Markdown

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