I would like to open a file (index.html) in the current directory with Google Chrome or Chromium from a bash terminal (I\'m using Linux Mint 15). What is the command? I\'v
This solution has always worked for me - open -a "google\ chrome.app" index.html - where "google\ chrome.app" is the name/location of chrome on your system.
OR
If Chrome is your default browser, simply - open index.html