Context
I want to open a Firefox browser from the command line and have it go to youtube.com
I have tried:
open /Applications/Firefox.app –args -remote “openURL(www.youtube.com, new-tab)”
It successfully opens a Firefox, but does not navigate to youtube.com
Question:
How do I fix this?
open -a Firefox 'http://www.youtube.com/'