Run Sublime Text 3 and check version












9















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)?










share|improve this question





























    9















    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)?










    share|improve this question



























      9












      9








      9


      5






      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)?










      share|improve this question
















      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)?







      command-line sublime-text






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Feb 15 at 10:08







      Muhamed Huseinbašić

















      asked Sep 16 '14 at 16:55









      Muhamed HuseinbašićMuhamed Huseinbašić

      83831117




      83831117






















          3 Answers
          3






          active

          oldest

          votes


















          15














          The command to start Sublime Text:



          subl


          The command to see its version:



          subl --version





          share|improve this answer
























          • And after Sublime Text 3 goes from beta do I have to do something to have stable version or? And how to update when new build is released (from terminal or from gui, doesn't matter)?

            – Muhamed Huseinbašić
            Sep 16 '14 at 17:28






          • 1





            You added the ppa to your sources, so any new update should came automatically.

            – Radu Rădeanu
            Sep 16 '14 at 17:30



















          2














          The usual command for Sublime Text is subl:



          From 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.


          Hence, to get the version:



          $ subl -v
          Sublime Text Build 3065


          As Glutanimate noted, you can get the version from the Help menu, from About Sublime Text:



          enter image description here






          share|improve this answer





















          • 1





            You can also check the version via the UI: Help -> About Sublime Text

            – Glutanimate
            Sep 16 '14 at 17:08






          • 2





            @Glutanimate thanks. To discover that, I'd have to run it first. :D I'll update the answer.

            – muru
            Sep 16 '14 at 17:09






          • 1





            I saw Build 3065 in the screenshot and cannot even figure out it is sublime 2 or sublime 3...

            – B.Mr.W.
            Jun 10 '15 at 21:30






          • 5





            @B.Mr.W. Same here. I'm guessing 3000–3999 represents version 3, but if so it would be nice to see that actually stated somewhere, especially since builds are usually given sequentially increasing system-generated numbers.

            – Marcelo Cantos
            Jun 28 '15 at 1:48



















          0














          From the Sublime Text Unofficial Documentation:



          You can create a symbolic lynk sudo ln -s /opt/Sublime Text 3/sublime_text /usr/bin/sublime. "/opt" being the dir where you installed Sublime.



          The Documentation also shows how to add Sublime to the Unity Launcher if you wish.






          share|improve this answer























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "89"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f524812%2frun-sublime-text-3-and-check-version%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            3 Answers
            3






            active

            oldest

            votes








            3 Answers
            3






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            15














            The command to start Sublime Text:



            subl


            The command to see its version:



            subl --version





            share|improve this answer
























            • And after Sublime Text 3 goes from beta do I have to do something to have stable version or? And how to update when new build is released (from terminal or from gui, doesn't matter)?

              – Muhamed Huseinbašić
              Sep 16 '14 at 17:28






            • 1





              You added the ppa to your sources, so any new update should came automatically.

              – Radu Rădeanu
              Sep 16 '14 at 17:30
















            15














            The command to start Sublime Text:



            subl


            The command to see its version:



            subl --version





            share|improve this answer
























            • And after Sublime Text 3 goes from beta do I have to do something to have stable version or? And how to update when new build is released (from terminal or from gui, doesn't matter)?

              – Muhamed Huseinbašić
              Sep 16 '14 at 17:28






            • 1





              You added the ppa to your sources, so any new update should came automatically.

              – Radu Rădeanu
              Sep 16 '14 at 17:30














            15












            15








            15







            The command to start Sublime Text:



            subl


            The command to see its version:



            subl --version





            share|improve this answer













            The command to start Sublime Text:



            subl


            The command to see its version:



            subl --version






            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Sep 16 '14 at 17:05









            Radu RădeanuRadu Rădeanu

            119k35251327




            119k35251327













            • And after Sublime Text 3 goes from beta do I have to do something to have stable version or? And how to update when new build is released (from terminal or from gui, doesn't matter)?

              – Muhamed Huseinbašić
              Sep 16 '14 at 17:28






            • 1





              You added the ppa to your sources, so any new update should came automatically.

              – Radu Rădeanu
              Sep 16 '14 at 17:30



















            • And after Sublime Text 3 goes from beta do I have to do something to have stable version or? And how to update when new build is released (from terminal or from gui, doesn't matter)?

              – Muhamed Huseinbašić
              Sep 16 '14 at 17:28






            • 1





              You added the ppa to your sources, so any new update should came automatically.

              – Radu Rădeanu
              Sep 16 '14 at 17:30

















            And after Sublime Text 3 goes from beta do I have to do something to have stable version or? And how to update when new build is released (from terminal or from gui, doesn't matter)?

            – Muhamed Huseinbašić
            Sep 16 '14 at 17:28





            And after Sublime Text 3 goes from beta do I have to do something to have stable version or? And how to update when new build is released (from terminal or from gui, doesn't matter)?

            – Muhamed Huseinbašić
            Sep 16 '14 at 17:28




            1




            1





            You added the ppa to your sources, so any new update should came automatically.

            – Radu Rădeanu
            Sep 16 '14 at 17:30





            You added the ppa to your sources, so any new update should came automatically.

            – Radu Rădeanu
            Sep 16 '14 at 17:30













            2














            The usual command for Sublime Text is subl:



            From 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.


            Hence, to get the version:



            $ subl -v
            Sublime Text Build 3065


            As Glutanimate noted, you can get the version from the Help menu, from About Sublime Text:



            enter image description here






            share|improve this answer





















            • 1





              You can also check the version via the UI: Help -> About Sublime Text

              – Glutanimate
              Sep 16 '14 at 17:08






            • 2





              @Glutanimate thanks. To discover that, I'd have to run it first. :D I'll update the answer.

              – muru
              Sep 16 '14 at 17:09






            • 1





              I saw Build 3065 in the screenshot and cannot even figure out it is sublime 2 or sublime 3...

              – B.Mr.W.
              Jun 10 '15 at 21:30






            • 5





              @B.Mr.W. Same here. I'm guessing 3000–3999 represents version 3, but if so it would be nice to see that actually stated somewhere, especially since builds are usually given sequentially increasing system-generated numbers.

              – Marcelo Cantos
              Jun 28 '15 at 1:48
















            2














            The usual command for Sublime Text is subl:



            From 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.


            Hence, to get the version:



            $ subl -v
            Sublime Text Build 3065


            As Glutanimate noted, you can get the version from the Help menu, from About Sublime Text:



            enter image description here






            share|improve this answer





















            • 1





              You can also check the version via the UI: Help -> About Sublime Text

              – Glutanimate
              Sep 16 '14 at 17:08






            • 2





              @Glutanimate thanks. To discover that, I'd have to run it first. :D I'll update the answer.

              – muru
              Sep 16 '14 at 17:09






            • 1





              I saw Build 3065 in the screenshot and cannot even figure out it is sublime 2 or sublime 3...

              – B.Mr.W.
              Jun 10 '15 at 21:30






            • 5





              @B.Mr.W. Same here. I'm guessing 3000–3999 represents version 3, but if so it would be nice to see that actually stated somewhere, especially since builds are usually given sequentially increasing system-generated numbers.

              – Marcelo Cantos
              Jun 28 '15 at 1:48














            2












            2








            2







            The usual command for Sublime Text is subl:



            From 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.


            Hence, to get the version:



            $ subl -v
            Sublime Text Build 3065


            As Glutanimate noted, you can get the version from the Help menu, from About Sublime Text:



            enter image description here






            share|improve this answer















            The usual command for Sublime Text is subl:



            From 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.


            Hence, to get the version:



            $ subl -v
            Sublime Text Build 3065


            As Glutanimate noted, you can get the version from the Help menu, from About Sublime Text:



            enter image description here







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Apr 13 '17 at 12:23









            Community

            1




            1










            answered Sep 16 '14 at 17:05









            murumuru

            1




            1








            • 1





              You can also check the version via the UI: Help -> About Sublime Text

              – Glutanimate
              Sep 16 '14 at 17:08






            • 2





              @Glutanimate thanks. To discover that, I'd have to run it first. :D I'll update the answer.

              – muru
              Sep 16 '14 at 17:09






            • 1





              I saw Build 3065 in the screenshot and cannot even figure out it is sublime 2 or sublime 3...

              – B.Mr.W.
              Jun 10 '15 at 21:30






            • 5





              @B.Mr.W. Same here. I'm guessing 3000–3999 represents version 3, but if so it would be nice to see that actually stated somewhere, especially since builds are usually given sequentially increasing system-generated numbers.

              – Marcelo Cantos
              Jun 28 '15 at 1:48














            • 1





              You can also check the version via the UI: Help -> About Sublime Text

              – Glutanimate
              Sep 16 '14 at 17:08






            • 2





              @Glutanimate thanks. To discover that, I'd have to run it first. :D I'll update the answer.

              – muru
              Sep 16 '14 at 17:09






            • 1





              I saw Build 3065 in the screenshot and cannot even figure out it is sublime 2 or sublime 3...

              – B.Mr.W.
              Jun 10 '15 at 21:30






            • 5





              @B.Mr.W. Same here. I'm guessing 3000–3999 represents version 3, but if so it would be nice to see that actually stated somewhere, especially since builds are usually given sequentially increasing system-generated numbers.

              – Marcelo Cantos
              Jun 28 '15 at 1:48








            1




            1





            You can also check the version via the UI: Help -> About Sublime Text

            – Glutanimate
            Sep 16 '14 at 17:08





            You can also check the version via the UI: Help -> About Sublime Text

            – Glutanimate
            Sep 16 '14 at 17:08




            2




            2





            @Glutanimate thanks. To discover that, I'd have to run it first. :D I'll update the answer.

            – muru
            Sep 16 '14 at 17:09





            @Glutanimate thanks. To discover that, I'd have to run it first. :D I'll update the answer.

            – muru
            Sep 16 '14 at 17:09




            1




            1





            I saw Build 3065 in the screenshot and cannot even figure out it is sublime 2 or sublime 3...

            – B.Mr.W.
            Jun 10 '15 at 21:30





            I saw Build 3065 in the screenshot and cannot even figure out it is sublime 2 or sublime 3...

            – B.Mr.W.
            Jun 10 '15 at 21:30




            5




            5





            @B.Mr.W. Same here. I'm guessing 3000–3999 represents version 3, but if so it would be nice to see that actually stated somewhere, especially since builds are usually given sequentially increasing system-generated numbers.

            – Marcelo Cantos
            Jun 28 '15 at 1:48





            @B.Mr.W. Same here. I'm guessing 3000–3999 represents version 3, but if so it would be nice to see that actually stated somewhere, especially since builds are usually given sequentially increasing system-generated numbers.

            – Marcelo Cantos
            Jun 28 '15 at 1:48











            0














            From the Sublime Text Unofficial Documentation:



            You can create a symbolic lynk sudo ln -s /opt/Sublime Text 3/sublime_text /usr/bin/sublime. "/opt" being the dir where you installed Sublime.



            The Documentation also shows how to add Sublime to the Unity Launcher if you wish.






            share|improve this answer




























              0














              From the Sublime Text Unofficial Documentation:



              You can create a symbolic lynk sudo ln -s /opt/Sublime Text 3/sublime_text /usr/bin/sublime. "/opt" being the dir where you installed Sublime.



              The Documentation also shows how to add Sublime to the Unity Launcher if you wish.






              share|improve this answer


























                0












                0








                0







                From the Sublime Text Unofficial Documentation:



                You can create a symbolic lynk sudo ln -s /opt/Sublime Text 3/sublime_text /usr/bin/sublime. "/opt" being the dir where you installed Sublime.



                The Documentation also shows how to add Sublime to the Unity Launcher if you wish.






                share|improve this answer













                From the Sublime Text Unofficial Documentation:



                You can create a symbolic lynk sudo ln -s /opt/Sublime Text 3/sublime_text /usr/bin/sublime. "/opt" being the dir where you installed Sublime.



                The Documentation also shows how to add Sublime to the Unity Launcher if you wish.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Sep 16 '14 at 17:09









                Decio LiraDecio Lira

                4,721103241




                4,721103241






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f524812%2frun-sublime-text-3-and-check-version%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

                    Mangá

                     ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕