Ubuntu – Run Sublime Text 3 and check version

command linesublime-text

I have installed Sublime Text 3 following the tutorial on unixmen.com. How to run it from terminal and how to check the version (from terminal or however)?

Best Answer

The command to start Sublime Text:

subl

The command to see its version:

subl --version