print,po*,pipwin,pa*: add Korean translation (#14492)

* print,po*,pipwin,pa*: add Korean translation

* path: fix whitespace
This commit is contained in:
Chooooo
2024-10-31 16:35:44 +09:00
committed by GitHub
parent e7961fd01c
commit dbfe659054
7 changed files with 165 additions and 0 deletions

20
pages.ko/windows/path.md Normal file
View File

@@ -0,0 +1,20 @@
# path
> 실행 파일에 대한 검색 경로를 표시하거나 설정합니다.
> 더 많은 정보: <https://learn.microsoft.com/windows-server/administration/windows-commands/path>.
- 현재 경로 표시:
`path`
- 세미콜론으로 구분된 하나 이상의 디렉토리로 경로 설정:
`path {{경로\대상\디렉토리1 경로\대상\디렉토리2 ...}}`
- 원래 경로에 새 디렉토리 추가:
`path {{경로\대상\디렉토리}};%path%`
- 실행 파일을 현재 디렉토리에서만 검색하도록 명령 프롬프트를 설정:
`path ;`