linux/p*: add Korean translation (#14712)

This commit is contained in:
코드싸이
2024-11-09 13:25:35 +09:00
committed by GitHub
parent 0898aaa215
commit 7544b309ad
88 changed files with 1942 additions and 1 deletions

24
pages.ko/linux/pluma.md Normal file
View File

@@ -0,0 +1,24 @@
# pluma
> MATE 데스크탑 환경에서 파일 편집.
> 더 많은 정보: <https://manned.org/pluma>.
- 편집기 시작:
`pluma`
- 특정 문서 열기:
`pluma {{경로/대상/파일1 경로/대상/파일2 ...}}`
- 특정 인코딩을 사용하여 문서 열기:
`pluma --encoding {{WINDOWS-1252}} {{경로/대상/파일1 경로/대상/파일2 ...}}`
- 지원되는 모든 인코딩 출력:
`pluma --list-encodings`
- 특정 줄로 이동하여 문서 열기:
`pluma +{{10}} {{경로/대상/파일}}`