如何从命令行运行文件而不需要手动指定与其关联的程序?
在 Windows 的 CMD.EXE 中,我只需写入文件的名称,相关软件就会运行并尝试打开它。
答案1
gnome-open test.png // For gnome desktops
gvfs-open test.html // replacing gnome-open these days.
xdg-open test.doc // https://wiki.archlinux.org/index.php/Xdg-open
其中一个应该可以工作。
应该优先选择 xdg-open,因为它是跨桌面环境。