1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/joe.md

21 lines
399 B
Markdown
Raw Normal View History

# joe
> Joe의 자체 텍스트 편집기.
> 더 많은 정보: <https://joe-editor.sourceforge.io>.
- JOE에서 새 파일 열기:
`joe`
- 특정 파일 열기:
`joe {{경로/대상/파일}}`
- 특정 파일을 열고 지정된 줄에 커서 위치시키기:
`joe +{{줄}} {{경로/대상/파일}}`
- 특정 파일을 읽기 전용 모드로 열기:
`joe -rdonly {{경로/대상/파일}}`