common/j*: add and update Korean translation (#14643)
This commit is contained in:
20
pages.ko/common/joe.md
Normal file
20
pages.ko/common/joe.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# joe
|
||||
|
||||
> Joe의 자체 텍스트 편집기.
|
||||
> 더 많은 정보: <https://joe-editor.sourceforge.io>.
|
||||
|
||||
- JOE에서 새 파일 열기:
|
||||
|
||||
`joe`
|
||||
|
||||
- 특정 파일 열기:
|
||||
|
||||
`joe {{경로/대상/파일}}`
|
||||
|
||||
- 특정 파일을 열고 지정된 줄에 커서 위치시키기:
|
||||
|
||||
`joe +{{줄}} {{경로/대상/파일}}`
|
||||
|
||||
- 특정 파일을 읽기 전용 모드로 열기:
|
||||
|
||||
`joe -rdonly {{경로/대상/파일}}`
|
Reference in New Issue
Block a user