bash – 如何使用Chrome从命令行打开文件?

前端之家收集整理的这篇文章主要介绍了bash – 如何使用Chrome从命令行打开文件?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我想使用Google Chrome或Chromium从bash终端(我正在使用Linux Mint 15)在当前目录中打开一个文件(index.html)。什么命令?我已经尝试了直观的方法,并做了一些堆栈和谷歌搜索无济于事,奇怪的被忽视(也许是很明显的)。提前致谢。
hermes@hades ~/coding/.../public $ google-chrome index.html
google-chrome: command not found
hermes@hades ~/coding/.../public $ google-chromium index.html
google-chromium: command not found
做一些铬的搜索可以像铬浏览器路径|文件
原文链接:https://www.f2er.com/bash/388421.html

猜你在找的Bash相关文章