unixmen.com의 튜토리얼에 따라 Sublime Text 3을 설치 했습니다 . 터미널에서 실행하는 방법과 버전을 확인하는 방법 (터미널 또는 다른)?
unixmen.com의 튜토리얼에 따라 Sublime Text 3을 설치 했습니다 . 터미널에서 실행하는 방법과 버전을 확인하는 방법 (터미널 또는 다른)?
답변:
숭고한 텍스트를 시작하는 명령 :
subl
버전을 확인하는 명령 :
subl --version
Sublime Text의 일반적인 명령은 subl
다음과 같습니다.
보낸 사람 subl --help
:
$ subl --help
Sublime Text build 3065
Usage: sublime_text [arguments] [files] edit the given files
or: sublime_text [arguments] [directories] open the given directories
Arguments:
--project <project>: Load the given project
--command <command>: Run the given command
-n or --new-window: Open a new window
-a or --add: Add folders to the current window
-w or --wait: Wait for the files to be closed before returning
-b or --background: Don't activate the application
-h or --help: Show help (this message) and exit
-v or --version: Show version and exit
Filenames may be given a :line or :line:column suffix to open at a specific
location.
따라서 버전을 얻으려면 다음을 수행하십시오.
$ subl -v
Sublime Text Build 3065
Glutanimate가 언급했듯이 다음의 도움말 메뉴에서 버전을 얻을 수 있습니다 About Sublime Text
.
Build 3065
스크린 샷에서 보았고 심지어 숭고한 2 또는 숭고한 3
로부터 숭고한 텍스트 비공식 문서 :
상징적 인 스 크를 만들 수 있습니다 sudo ln -s /opt/Sublime\ Text\ 3/sublime_text /usr/bin/sublime
. "/ opt"는 Sublime을 설치 한 디렉토리입니다.
문서는 또한 원하는 경우 Unity Launcher에 Sublime을 추가하는 방법을 보여줍니다.