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/linux/sensible-editor.md

21 lines
624 B
Markdown
Raw Normal View History

# sensible-editor
> 기본 편집기를 엽니다.
> 더 많은 정보: <https://manned.org/sensible-editor>.
- 기본 편집기로 파일 열기:
`sensible-editor {{경로/대상/파일}}`
- 파일 끝에 커서를 위치시키고 기본 편집기로 파일 열기:
`sensible-editor + {{경로/대상/파일}}`
- 10번째 줄 시작에 커서를 위치시키고 기본 편집기로 파일 열기:
`sensible-editor +10 {{경로/대상/파일}}`
- 세 개의 파일을 수직 분할된 편집기 창에서 동시에 열기:
`sensible-editor -O3 {{경로/대상/파일1 경로/대상/파일2 경로/대상/파일3}}`