“which” command doesn't work / path of Safari?Safari blocks all UK websites?Is there a way to copy the link URL in Safari (Mac OS X) without using right click?Safari not loading pages, other browsers doing fineCannot connect to Linked In on Chrome or Safari on OS-X SSL IssueIn OSX Yosemite, why can I set many environment variables for GUI apps, but cannot set the specific variable PATHIn the light of the FREAK TLS vulnerability, how may I disable insecure cipher suites manually in Safari?Strange “open with” option in SafariSafari history disappears despite settingsChanged my PATH to have /usr/local/bin ahead of /usr/bin and now pip isn't foundWeird issue with Safari and some of my web services

Shell script can be run only with sh command

Copenhagen passport control - US citizen

"You are your self first supporter", a more proper way to say it

How to report a triplet of septets in NMR tabulation?

Set-theoretical foundations of Mathematics with only bounded quantifiers

Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?

Example of a relative pronoun

How do you conduct xenoanthropology after first contact?

Japan - Plan around max visa duration

I probably found a bug with the sudo apt install function

How do we improve the relationship with a client software team that performs poorly and is becoming less collaborative?

whey we use polarized capacitor?

Why has Russell's definition of numbers using equivalence classes been finally abandoned? ( If it has actually been abandoned).

Accidentally leaked the solution to an assignment, what to do now? (I'm the prof)

Download, install and reboot computer at night if needed

Is it possible to do 50 km distance without any previous training?

Can an x86 CPU running in real mode be considered to be basically an 8086 CPU?

N.B. ligature in Latex

What typically incentivizes a professor to change jobs to a lower ranking university?

Copycat chess is back

Is it tax fraud for an individual to declare non-taxable revenue as taxable income? (US tax laws)

Validation accuracy vs Testing accuracy

How did the USSR manage to innovate in an environment characterized by government censorship and high bureaucracy?

I see my dog run



“which” command doesn't work / path of Safari?


Safari blocks all UK websites?Is there a way to copy the link URL in Safari (Mac OS X) without using right click?Safari not loading pages, other browsers doing fineCannot connect to Linked In on Chrome or Safari on OS-X SSL IssueIn OSX Yosemite, why can I set many environment variables for GUI apps, but cannot set the specific variable PATHIn the light of the FREAK TLS vulnerability, how may I disable insecure cipher suites manually in Safari?Strange “open with” option in SafariSafari history disappears despite settingsChanged my PATH to have /usr/local/bin ahead of /usr/bin and now pip isn't foundWeird issue with Safari and some of my web services






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








2















Why can’t I locate programs like Chrome or Safari or FireFox with the which command line tool?



pasocon:~ ThisUser$ which python
/anaconda3/bin/python
pasocon:~ ThisUser$ which firefox
pasocon:~ ThisUser$ which Safari
pasocon:~ ThisUser$ which chrome
pasocon:~ ThisUser$


This is what I get with the which command. It is not giving me the path for many applications. Am I making a mistake here or is this potentially an issue to be fixed?



Alternatively, I was just looking for the path of Safari (so that you can open Safari by directing to this path in a configuration file). I am sure this is basic knowledge but I've somehow failed to find it.










share|improve this question









New contributor




Rethliopuks is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


























    2















    Why can’t I locate programs like Chrome or Safari or FireFox with the which command line tool?



    pasocon:~ ThisUser$ which python
    /anaconda3/bin/python
    pasocon:~ ThisUser$ which firefox
    pasocon:~ ThisUser$ which Safari
    pasocon:~ ThisUser$ which chrome
    pasocon:~ ThisUser$


    This is what I get with the which command. It is not giving me the path for many applications. Am I making a mistake here or is this potentially an issue to be fixed?



    Alternatively, I was just looking for the path of Safari (so that you can open Safari by directing to this path in a configuration file). I am sure this is basic knowledge but I've somehow failed to find it.










    share|improve this question









    New contributor




    Rethliopuks is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      2












      2








      2








      Why can’t I locate programs like Chrome or Safari or FireFox with the which command line tool?



      pasocon:~ ThisUser$ which python
      /anaconda3/bin/python
      pasocon:~ ThisUser$ which firefox
      pasocon:~ ThisUser$ which Safari
      pasocon:~ ThisUser$ which chrome
      pasocon:~ ThisUser$


      This is what I get with the which command. It is not giving me the path for many applications. Am I making a mistake here or is this potentially an issue to be fixed?



      Alternatively, I was just looking for the path of Safari (so that you can open Safari by directing to this path in a configuration file). I am sure this is basic knowledge but I've somehow failed to find it.










      share|improve this question









      New contributor




      Rethliopuks is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      Why can’t I locate programs like Chrome or Safari or FireFox with the which command line tool?



      pasocon:~ ThisUser$ which python
      /anaconda3/bin/python
      pasocon:~ ThisUser$ which firefox
      pasocon:~ ThisUser$ which Safari
      pasocon:~ ThisUser$ which chrome
      pasocon:~ ThisUser$


      This is what I get with the which command. It is not giving me the path for many applications. Am I making a mistake here or is this potentially an issue to be fixed?



      Alternatively, I was just looking for the path of Safari (so that you can open Safari by directing to this path in a configuration file). I am sure this is basic knowledge but I've somehow failed to find it.







      macos terminal safari command-line path






      share|improve this question









      New contributor




      Rethliopuks is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      Rethliopuks is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited 29 mins ago









      bmike

      161k46290629




      161k46290629






      New contributor




      Rethliopuks is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 14 hours ago









      RethliopuksRethliopuks

      1133




      1133




      New contributor




      Rethliopuks is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Rethliopuks is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Rethliopuks is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          4 Answers
          4






          active

          oldest

          votes


















          9














          which searches for binaries in the $PATH, a.k.a. command-line tools. User applications are not such tools and not available in the command line.



          While Google Chrome.app is an application, the chrome binary is not usually added to the $PATH because it is not a command line tool — if you just run chrome in Terminal your shell will inform you that the command cannot be found.



          To find the path to an application, you can use lsregister, which is a tool for adding and querying the Launch Services database, used by macOS in part to find applications. You can -dump the database and filter with grep.



          /System/L*/Fr*/CoreSe*/V*/A/F*/L*/V*/A/S*/lsregister -dump |
          grep -ie "path:.*safari"




           path: /Applications/Safari.app


          This will return every instance of Safari registered with Launch Services, which will include backups. If you just want to open Safari, you shouldn't be dealing with getting paths and handling it yourself; instead, get macOS to do that for you: open -a Safari.






          share|improve this answer




















          • 1





            As much as I love the wildcards, I worry that someday Apple will add another service with a similar path and break the commands. It would be good to expand the path fully; it also makes it clearer just what’s being executed.

            – nneonneo
            3 hours ago











          • @nneonneo I was under the impression that first point wasn’t an issue, since providing the full name of the tool at the end will ensure the correct tool is always found, for example try running /System/*/*/*/*/A/*/*/*/A/*/lsregister — the path given in the answer will be faster than the path in this comment since the answer provides enough to be unique, but both should work just as well! (‘A’ is preserved in this minimal path since ‘Current’ is symlinked to ‘A’.) I’ll see about grabbing the full path and adding it to the answer if you really think it improves clarity.

            – grg
            2 hours ago











          • I mean, I just don’t see how a bunch of wildcards is clear at all as to what’s being run. I would much rather see a long, deep path than a bunch of wildcards, and I think that would be a lot clearer.

            – nneonneo
            2 hours ago


















          4














          This is working as designed.



          which is a command line executable that looks on your path (and other parts of shell environment) to find things you can start from the command line



          Applications like Safari (anything bundled as an application which will be a directory ending in .app with certain files in specific sub directories) are not launched from the command line. They are launched from the desktop and not via any shell commands.



          You can however launch applications from the command line using the command open. man open gives details. The example to launch Safari is open -a Safari



          Note that if you are trying to open Safari when you login putting this command in your shell files will not work as the shell is not run until you launch Terminal.app.

          The easiest way to launch Safari at login is to run the app from the desktop, right click on the app's icon in the dock and choose Options then Open at Login.

          There is also a list of things that are launched at login for each user in System Preferences->Users & Groups and this can be edited there.






          share|improve this answer






























            3














            On macOS applications aren‘t part of the standard PATH and can‘t be started by calling them from the command line (well, yes, they can, but it‘s not so easy). But you can use



            open foo.html


            or



            open -a Safari


            to start Safari from bash.






            share|improve this answer






























              2














              Add following in your .bash_profile.



              alias safari="/Applications/Safari.app/Contents/MacOS/Safari" 


              You can now start safari in your Terminal. As mentioned before, .app are bundles and cannot start directly from Terminal.



              To Edit your .bash_profile:



              1. Type in Terminal nano .bash_profile (make sure your are in your home-directory test it with the pwd command. Usually /Users/Username.


              2. add the alias Line above at the end of the document.


              3. type CTRL-O to save the file

              4. type CTRL-X to exit nano

              5. type source .bash_profile to update

              6. type safari to start Safari.

              You can do this with most of the applications in the /Application-Folder.






              share|improve this answer























              • This is a very special case - I would think open is the better command unless you have a very special need.

                – Mark
                9 hours ago


















              4 Answers
              4






              active

              oldest

              votes








              4 Answers
              4






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              9














              which searches for binaries in the $PATH, a.k.a. command-line tools. User applications are not such tools and not available in the command line.



              While Google Chrome.app is an application, the chrome binary is not usually added to the $PATH because it is not a command line tool — if you just run chrome in Terminal your shell will inform you that the command cannot be found.



              To find the path to an application, you can use lsregister, which is a tool for adding and querying the Launch Services database, used by macOS in part to find applications. You can -dump the database and filter with grep.



              /System/L*/Fr*/CoreSe*/V*/A/F*/L*/V*/A/S*/lsregister -dump |
              grep -ie "path:.*safari"




               path: /Applications/Safari.app


              This will return every instance of Safari registered with Launch Services, which will include backups. If you just want to open Safari, you shouldn't be dealing with getting paths and handling it yourself; instead, get macOS to do that for you: open -a Safari.






              share|improve this answer




















              • 1





                As much as I love the wildcards, I worry that someday Apple will add another service with a similar path and break the commands. It would be good to expand the path fully; it also makes it clearer just what’s being executed.

                – nneonneo
                3 hours ago











              • @nneonneo I was under the impression that first point wasn’t an issue, since providing the full name of the tool at the end will ensure the correct tool is always found, for example try running /System/*/*/*/*/A/*/*/*/A/*/lsregister — the path given in the answer will be faster than the path in this comment since the answer provides enough to be unique, but both should work just as well! (‘A’ is preserved in this minimal path since ‘Current’ is symlinked to ‘A’.) I’ll see about grabbing the full path and adding it to the answer if you really think it improves clarity.

                – grg
                2 hours ago











              • I mean, I just don’t see how a bunch of wildcards is clear at all as to what’s being run. I would much rather see a long, deep path than a bunch of wildcards, and I think that would be a lot clearer.

                – nneonneo
                2 hours ago















              9














              which searches for binaries in the $PATH, a.k.a. command-line tools. User applications are not such tools and not available in the command line.



              While Google Chrome.app is an application, the chrome binary is not usually added to the $PATH because it is not a command line tool — if you just run chrome in Terminal your shell will inform you that the command cannot be found.



              To find the path to an application, you can use lsregister, which is a tool for adding and querying the Launch Services database, used by macOS in part to find applications. You can -dump the database and filter with grep.



              /System/L*/Fr*/CoreSe*/V*/A/F*/L*/V*/A/S*/lsregister -dump |
              grep -ie "path:.*safari"




               path: /Applications/Safari.app


              This will return every instance of Safari registered with Launch Services, which will include backups. If you just want to open Safari, you shouldn't be dealing with getting paths and handling it yourself; instead, get macOS to do that for you: open -a Safari.






              share|improve this answer




















              • 1





                As much as I love the wildcards, I worry that someday Apple will add another service with a similar path and break the commands. It would be good to expand the path fully; it also makes it clearer just what’s being executed.

                – nneonneo
                3 hours ago











              • @nneonneo I was under the impression that first point wasn’t an issue, since providing the full name of the tool at the end will ensure the correct tool is always found, for example try running /System/*/*/*/*/A/*/*/*/A/*/lsregister — the path given in the answer will be faster than the path in this comment since the answer provides enough to be unique, but both should work just as well! (‘A’ is preserved in this minimal path since ‘Current’ is symlinked to ‘A’.) I’ll see about grabbing the full path and adding it to the answer if you really think it improves clarity.

                – grg
                2 hours ago











              • I mean, I just don’t see how a bunch of wildcards is clear at all as to what’s being run. I would much rather see a long, deep path than a bunch of wildcards, and I think that would be a lot clearer.

                – nneonneo
                2 hours ago













              9












              9








              9







              which searches for binaries in the $PATH, a.k.a. command-line tools. User applications are not such tools and not available in the command line.



              While Google Chrome.app is an application, the chrome binary is not usually added to the $PATH because it is not a command line tool — if you just run chrome in Terminal your shell will inform you that the command cannot be found.



              To find the path to an application, you can use lsregister, which is a tool for adding and querying the Launch Services database, used by macOS in part to find applications. You can -dump the database and filter with grep.



              /System/L*/Fr*/CoreSe*/V*/A/F*/L*/V*/A/S*/lsregister -dump |
              grep -ie "path:.*safari"




               path: /Applications/Safari.app


              This will return every instance of Safari registered with Launch Services, which will include backups. If you just want to open Safari, you shouldn't be dealing with getting paths and handling it yourself; instead, get macOS to do that for you: open -a Safari.






              share|improve this answer















              which searches for binaries in the $PATH, a.k.a. command-line tools. User applications are not such tools and not available in the command line.



              While Google Chrome.app is an application, the chrome binary is not usually added to the $PATH because it is not a command line tool — if you just run chrome in Terminal your shell will inform you that the command cannot be found.



              To find the path to an application, you can use lsregister, which is a tool for adding and querying the Launch Services database, used by macOS in part to find applications. You can -dump the database and filter with grep.



              /System/L*/Fr*/CoreSe*/V*/A/F*/L*/V*/A/S*/lsregister -dump |
              grep -ie "path:.*safari"




               path: /Applications/Safari.app


              This will return every instance of Safari registered with Launch Services, which will include backups. If you just want to open Safari, you shouldn't be dealing with getting paths and handling it yourself; instead, get macOS to do that for you: open -a Safari.







              share|improve this answer














              share|improve this answer



              share|improve this answer








              edited 9 hours ago

























              answered 12 hours ago









              grggrg

              138k25219322




              138k25219322







              • 1





                As much as I love the wildcards, I worry that someday Apple will add another service with a similar path and break the commands. It would be good to expand the path fully; it also makes it clearer just what’s being executed.

                – nneonneo
                3 hours ago











              • @nneonneo I was under the impression that first point wasn’t an issue, since providing the full name of the tool at the end will ensure the correct tool is always found, for example try running /System/*/*/*/*/A/*/*/*/A/*/lsregister — the path given in the answer will be faster than the path in this comment since the answer provides enough to be unique, but both should work just as well! (‘A’ is preserved in this minimal path since ‘Current’ is symlinked to ‘A’.) I’ll see about grabbing the full path and adding it to the answer if you really think it improves clarity.

                – grg
                2 hours ago











              • I mean, I just don’t see how a bunch of wildcards is clear at all as to what’s being run. I would much rather see a long, deep path than a bunch of wildcards, and I think that would be a lot clearer.

                – nneonneo
                2 hours ago












              • 1





                As much as I love the wildcards, I worry that someday Apple will add another service with a similar path and break the commands. It would be good to expand the path fully; it also makes it clearer just what’s being executed.

                – nneonneo
                3 hours ago











              • @nneonneo I was under the impression that first point wasn’t an issue, since providing the full name of the tool at the end will ensure the correct tool is always found, for example try running /System/*/*/*/*/A/*/*/*/A/*/lsregister — the path given in the answer will be faster than the path in this comment since the answer provides enough to be unique, but both should work just as well! (‘A’ is preserved in this minimal path since ‘Current’ is symlinked to ‘A’.) I’ll see about grabbing the full path and adding it to the answer if you really think it improves clarity.

                – grg
                2 hours ago











              • I mean, I just don’t see how a bunch of wildcards is clear at all as to what’s being run. I would much rather see a long, deep path than a bunch of wildcards, and I think that would be a lot clearer.

                – nneonneo
                2 hours ago







              1




              1





              As much as I love the wildcards, I worry that someday Apple will add another service with a similar path and break the commands. It would be good to expand the path fully; it also makes it clearer just what’s being executed.

              – nneonneo
              3 hours ago





              As much as I love the wildcards, I worry that someday Apple will add another service with a similar path and break the commands. It would be good to expand the path fully; it also makes it clearer just what’s being executed.

              – nneonneo
              3 hours ago













              @nneonneo I was under the impression that first point wasn’t an issue, since providing the full name of the tool at the end will ensure the correct tool is always found, for example try running /System/*/*/*/*/A/*/*/*/A/*/lsregister — the path given in the answer will be faster than the path in this comment since the answer provides enough to be unique, but both should work just as well! (‘A’ is preserved in this minimal path since ‘Current’ is symlinked to ‘A’.) I’ll see about grabbing the full path and adding it to the answer if you really think it improves clarity.

              – grg
              2 hours ago





              @nneonneo I was under the impression that first point wasn’t an issue, since providing the full name of the tool at the end will ensure the correct tool is always found, for example try running /System/*/*/*/*/A/*/*/*/A/*/lsregister — the path given in the answer will be faster than the path in this comment since the answer provides enough to be unique, but both should work just as well! (‘A’ is preserved in this minimal path since ‘Current’ is symlinked to ‘A’.) I’ll see about grabbing the full path and adding it to the answer if you really think it improves clarity.

              – grg
              2 hours ago













              I mean, I just don’t see how a bunch of wildcards is clear at all as to what’s being run. I would much rather see a long, deep path than a bunch of wildcards, and I think that would be a lot clearer.

              – nneonneo
              2 hours ago





              I mean, I just don’t see how a bunch of wildcards is clear at all as to what’s being run. I would much rather see a long, deep path than a bunch of wildcards, and I think that would be a lot clearer.

              – nneonneo
              2 hours ago













              4














              This is working as designed.



              which is a command line executable that looks on your path (and other parts of shell environment) to find things you can start from the command line



              Applications like Safari (anything bundled as an application which will be a directory ending in .app with certain files in specific sub directories) are not launched from the command line. They are launched from the desktop and not via any shell commands.



              You can however launch applications from the command line using the command open. man open gives details. The example to launch Safari is open -a Safari



              Note that if you are trying to open Safari when you login putting this command in your shell files will not work as the shell is not run until you launch Terminal.app.

              The easiest way to launch Safari at login is to run the app from the desktop, right click on the app's icon in the dock and choose Options then Open at Login.

              There is also a list of things that are launched at login for each user in System Preferences->Users & Groups and this can be edited there.






              share|improve this answer



























                4














                This is working as designed.



                which is a command line executable that looks on your path (and other parts of shell environment) to find things you can start from the command line



                Applications like Safari (anything bundled as an application which will be a directory ending in .app with certain files in specific sub directories) are not launched from the command line. They are launched from the desktop and not via any shell commands.



                You can however launch applications from the command line using the command open. man open gives details. The example to launch Safari is open -a Safari



                Note that if you are trying to open Safari when you login putting this command in your shell files will not work as the shell is not run until you launch Terminal.app.

                The easiest way to launch Safari at login is to run the app from the desktop, right click on the app's icon in the dock and choose Options then Open at Login.

                There is also a list of things that are launched at login for each user in System Preferences->Users & Groups and this can be edited there.






                share|improve this answer

























                  4












                  4








                  4







                  This is working as designed.



                  which is a command line executable that looks on your path (and other parts of shell environment) to find things you can start from the command line



                  Applications like Safari (anything bundled as an application which will be a directory ending in .app with certain files in specific sub directories) are not launched from the command line. They are launched from the desktop and not via any shell commands.



                  You can however launch applications from the command line using the command open. man open gives details. The example to launch Safari is open -a Safari



                  Note that if you are trying to open Safari when you login putting this command in your shell files will not work as the shell is not run until you launch Terminal.app.

                  The easiest way to launch Safari at login is to run the app from the desktop, right click on the app's icon in the dock and choose Options then Open at Login.

                  There is also a list of things that are launched at login for each user in System Preferences->Users & Groups and this can be edited there.






                  share|improve this answer













                  This is working as designed.



                  which is a command line executable that looks on your path (and other parts of shell environment) to find things you can start from the command line



                  Applications like Safari (anything bundled as an application which will be a directory ending in .app with certain files in specific sub directories) are not launched from the command line. They are launched from the desktop and not via any shell commands.



                  You can however launch applications from the command line using the command open. man open gives details. The example to launch Safari is open -a Safari



                  Note that if you are trying to open Safari when you login putting this command in your shell files will not work as the shell is not run until you launch Terminal.app.

                  The easiest way to launch Safari at login is to run the app from the desktop, right click on the app's icon in the dock and choose Options then Open at Login.

                  There is also a list of things that are launched at login for each user in System Preferences->Users & Groups and this can be edited there.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered 12 hours ago









                  MarkMark

                  20.2k115795




                  20.2k115795





















                      3














                      On macOS applications aren‘t part of the standard PATH and can‘t be started by calling them from the command line (well, yes, they can, but it‘s not so easy). But you can use



                      open foo.html


                      or



                      open -a Safari


                      to start Safari from bash.






                      share|improve this answer



























                        3














                        On macOS applications aren‘t part of the standard PATH and can‘t be started by calling them from the command line (well, yes, they can, but it‘s not so easy). But you can use



                        open foo.html


                        or



                        open -a Safari


                        to start Safari from bash.






                        share|improve this answer

























                          3












                          3








                          3







                          On macOS applications aren‘t part of the standard PATH and can‘t be started by calling them from the command line (well, yes, they can, but it‘s not so easy). But you can use



                          open foo.html


                          or



                          open -a Safari


                          to start Safari from bash.






                          share|improve this answer













                          On macOS applications aren‘t part of the standard PATH and can‘t be started by calling them from the command line (well, yes, they can, but it‘s not so easy). But you can use



                          open foo.html


                          or



                          open -a Safari


                          to start Safari from bash.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered 12 hours ago









                          nohillsidenohillside

                          53.3k14112157




                          53.3k14112157





















                              2














                              Add following in your .bash_profile.



                              alias safari="/Applications/Safari.app/Contents/MacOS/Safari" 


                              You can now start safari in your Terminal. As mentioned before, .app are bundles and cannot start directly from Terminal.



                              To Edit your .bash_profile:



                              1. Type in Terminal nano .bash_profile (make sure your are in your home-directory test it with the pwd command. Usually /Users/Username.


                              2. add the alias Line above at the end of the document.


                              3. type CTRL-O to save the file

                              4. type CTRL-X to exit nano

                              5. type source .bash_profile to update

                              6. type safari to start Safari.

                              You can do this with most of the applications in the /Application-Folder.






                              share|improve this answer























                              • This is a very special case - I would think open is the better command unless you have a very special need.

                                – Mark
                                9 hours ago















                              2














                              Add following in your .bash_profile.



                              alias safari="/Applications/Safari.app/Contents/MacOS/Safari" 


                              You can now start safari in your Terminal. As mentioned before, .app are bundles and cannot start directly from Terminal.



                              To Edit your .bash_profile:



                              1. Type in Terminal nano .bash_profile (make sure your are in your home-directory test it with the pwd command. Usually /Users/Username.


                              2. add the alias Line above at the end of the document.


                              3. type CTRL-O to save the file

                              4. type CTRL-X to exit nano

                              5. type source .bash_profile to update

                              6. type safari to start Safari.

                              You can do this with most of the applications in the /Application-Folder.






                              share|improve this answer























                              • This is a very special case - I would think open is the better command unless you have a very special need.

                                – Mark
                                9 hours ago













                              2












                              2








                              2







                              Add following in your .bash_profile.



                              alias safari="/Applications/Safari.app/Contents/MacOS/Safari" 


                              You can now start safari in your Terminal. As mentioned before, .app are bundles and cannot start directly from Terminal.



                              To Edit your .bash_profile:



                              1. Type in Terminal nano .bash_profile (make sure your are in your home-directory test it with the pwd command. Usually /Users/Username.


                              2. add the alias Line above at the end of the document.


                              3. type CTRL-O to save the file

                              4. type CTRL-X to exit nano

                              5. type source .bash_profile to update

                              6. type safari to start Safari.

                              You can do this with most of the applications in the /Application-Folder.






                              share|improve this answer













                              Add following in your .bash_profile.



                              alias safari="/Applications/Safari.app/Contents/MacOS/Safari" 


                              You can now start safari in your Terminal. As mentioned before, .app are bundles and cannot start directly from Terminal.



                              To Edit your .bash_profile:



                              1. Type in Terminal nano .bash_profile (make sure your are in your home-directory test it with the pwd command. Usually /Users/Username.


                              2. add the alias Line above at the end of the document.


                              3. type CTRL-O to save the file

                              4. type CTRL-X to exit nano

                              5. type source .bash_profile to update

                              6. type safari to start Safari.

                              You can do this with most of the applications in the /Application-Folder.







                              share|improve this answer












                              share|improve this answer



                              share|improve this answer










                              answered 11 hours ago









                              dante12dante12

                              1,254512




                              1,254512












                              • This is a very special case - I would think open is the better command unless you have a very special need.

                                – Mark
                                9 hours ago

















                              • This is a very special case - I would think open is the better command unless you have a very special need.

                                – Mark
                                9 hours ago
















                              This is a very special case - I would think open is the better command unless you have a very special need.

                              – Mark
                              9 hours ago





                              This is a very special case - I would think open is the better command unless you have a very special need.

                              – Mark
                              9 hours ago



                              Popular posts from this blog

                              Sahara Skak | Bilen | Luke uk diar | NawigatsjuunCommonskategorii: SaharaWikivoyage raisfeerer: Sahara26° N, 13° O

                              The fall designs the understood secretary. Looking glass Science Shock Discovery Hot Everybody Loves Raymond Smile 곳 서비스 성실하다 Defas Kaloolon Definition: To combine or impregnate with sulphur or any of its compounds as to sulphurize caoutchouc in vulcanizing Flame colored Reason Useful Thin Help 갖다 유명하다 낙엽 장례식 Country Iron Definition: A fencer a gladiator one who exhibits his skill in the use of the sword Definition: The American black throated bunting Spiza Americana Nostalgic Needy Method to my madness 시키다 평가되다 전부 소설가 우아하다 Argument Tin Feeling Representative Gym Music Gaur Chicken 일쑤 코치 편 학생증 The harbor values the sugar. Vasagle Yammoe Enstatite Definition: Capable of being limited Road Neighborly Five Refer Built Kangaroo 비비다 Degree Release Bargain Horse 하루 형님 유교 석 동부 괴롭히다 경제력

                              19. јануар Садржај Догађаји Рођења Смрти Празници и дани сећања Види још Референце Мени за навигацијуу