我正在尝试使用cygstart在chrome中打开本地HTML文件。我知道我可以使用带有URL的cygstart,但文件名和文件URL似乎不起作用:
cygstart index.html
cygstart file://index.html
答案 0 :(得分:1)
Why does curl allow use of the file URL scheme, but not wget
作为一种解决方法,您可以将其放在〜/ .profile或类似的地方:
export BROWSER=firefox
然后你可以像这样使用它:
"$BROWSER" file:index.html