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
For MacOS, with absolute path (if your Chrome is installed in the /Applications folder) in bash CLI use:
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome
So, if you want to open the CNN webpage:
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome www.cnn.com