linux/k*: add Korean translation (#14708)
This commit is contained in:
21
pages.ko/linux/kwrite.md
Normal file
21
pages.ko/linux/kwrite.md
Normal 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 {{열_번호}} {{경로/대상/파일}}`
|
Reference in New Issue
Block a user