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/export.md Normal file
View File

@@ -0,0 +1,12 @@
# export
> 쉘 변수를 하위 프로세스로 내보냄.
> 더 많은 정보: <https://manned.org/export.1posix>.
- 환경 변수를 설정:
`export {{변수}}={{값}}`
- 환경 변수 `PATH`에 경로 이름을 추가:
`export PATH=$PATH:{{경로/대상/추가}}`