ex*, eyuvtoppm: add Korean translation (#14237)
This commit is contained in:
12
pages.ko/common/export.md
Normal file
12
pages.ko/common/export.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# export
|
||||
|
||||
> 쉘 변수를 하위 프로세스로 내보냄.
|
||||
> 더 많은 정보: <https://manned.org/export.1posix>.
|
||||
|
||||
- 환경 변수를 설정:
|
||||
|
||||
`export {{변수}}={{값}}`
|
||||
|
||||
- 환경 변수 `PATH`에 경로 이름을 추가:
|
||||
|
||||
`export PATH=$PATH:{{경로/대상/추가}}`
|
Reference in New Issue
Block a user