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

12
pages.ko/windows/print.md Normal file
View File

@@ -0,0 +1,12 @@
# print
> 텍스트 파일을 프린터로 인쇄합니다.
> 더 많은 정보: <https://learn.microsoft.com/windows-server/administration/windows-commands/print>.
- 기본 프린터로 텍스트 파일 인쇄:
`print {{경로\대상\파일}}`
- 특정 프린터로 텍스트 파일 인쇄:
`print /d:{{프린터}} {{경로\대상\파일}}`