Running Safari from the command line adds current directory to the URL
- by Charles Anderson
I am trying to run the Safari browser (on Mac OS 10.4) from the command line, as follows:
/Applications/Safari.app/Contents/MacOS/Safari http://localhost/dev/myfile.html
However, Safari starts up and tries to access
file:///Users/charlesanderson/scripts/http://localhost/dev/myfile.html
/Users/charlesanderson/scripts happens to be my current directory.
Can someone explain why Safari does this? Firefox is much better behaved?