unixmen.comのチュートリアルに従って、 Sublime Text 3をインストールしました。ターミナルからそれを実行する方法とバージョンを確認する方法(ターミナルから、または)
unixmen.comのチュートリアルに従って、 Sublime Text 3をインストールしました。ターミナルからそれを実行する方法とバージョンを確認する方法(ターミナルから、または)
回答:
Sublime Textを開始するコマンド:
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ランチャーにSublimeを追加する方法も示されています。