mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-19 01:43:18 +08:00
412 B
412 B
joe
Joe의 자체 텍스트 편집기. 더 많은 정보: https://joe-editor.sourceforge.io/4.6/man.html.
- JOE에서 새 파일 열기:
joe
- 특정 파일 열기:
joe {{경로/대상/파일}}
- 특정 파일을 열고 지정된 줄에 커서 위치시키기:
joe +{{줄}} {{경로/대상/파일}}
- 특정 파일을 읽기 전용 모드로 열기:
joe -rdonly {{경로/대상/파일}}