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/subl.md

25 lines
543 B
Markdown
Raw Normal View History

# subl
> Sublime Text 편집기.
> 더 많은 정보: <https://www.sublimetext.com>.
- 현재 디렉토리를 Sublime Text에서 열기:
`subl {{.}}`
- 파일 또는 디렉토리를 Sublime Text에서 열기:
`subl {{경로/대상/파일_또는_폴더}}`
- 파일을 열고 특정 줄 번호로 이동:
`subl {{경로/대상/파일}}:{{줄_번호}}`
- 현재 열린 창에서 파일 또는 디렉토리 열기:
`subl -a {{경로/대상/파일}}`
- 새 창에서 파일 또는 디렉토리 열기:
`subl -n {{경로/대상/파일}}`