How do I open a file with Chrome from the command line?

后端 未结 15 1370
余生分开走
余生分开走 2020-12-25 09:47

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

15条回答
  •  感情败类
    2020-12-25 10:26

    On Ubuntu 12.04, at least, it's /opt/google/chrome/chrome; I've also got a symlink to it at /usr/bin/google-chrome

提交回复
热议问题