Can anyone tell me how to open a browser from the Terminal on a Mac?
|
feedback
|
migrated from stackoverflow.com Dec 18 '09 at 20:05
This question came from our site for professional and enthusiast programmers.
|
Just enter
And it'll open it in your default browser | |||||
feedback
|
|
To have your OS X machine open the default browser to a specific page, you just have to type:
Simple as pie. The | |||
|
feedback
|
|
If you just want to open the browser, without a URL, use open with just the browser name:
etc. You can use open to open any application by name. | |||
|
feedback
|