linux/k*: add Korean translation (#14708)

This commit is contained in:
코드싸이
2024-11-09 10:42:42 +09:00
committed by GitHub
parent 1df5d0549f
commit b3c1bd3f4e
24 changed files with 580 additions and 0 deletions

21
pages.ko/linux/kwrite.md Normal file
View File

@@ -0,0 +1,21 @@
# kwrite
> KDE Desktop 프로젝트의 텍스트 편집기.
> 같이 보기: `kate`.
> 더 많은 정보: <https://apps.kde.org/kwrite/>.
- 텍스트 [f]파일 열기:
`kwrite {{경로/대상/파일}}`
- 여러 텍스트 [f]파일 열기:
`kwrite {{파일1 파일2 ...}}`
- 특정 인코딩으로 텍스트 [f]파일 열기:
`kwrite --encoding={{UTF-8}} {{경로/대상/파일}}`
- 특정 줄과 열로 이동하여 텍스트 [f]파일 열기:
`kwrite --line {{줄_번호}} --column {{열_번호}} {{경로/대상/파일}}`