Possible Duplicate:
Visit URL in running Firefox instance from command line in OS X
I am running this command in Terminal.app
$ /Applications/Firefox.app/Contents/MacOS/firefox-bin -new-tab www.ebay.com
In the case when Firefox is already open, i am getting the dialog as
"A copy of Firefox is already open. Only one copy of Firefox can be open at a time."
I am expecting it to open the url in new tab in the already running version of Firefox.
What am I missing here? Any insights?
