📌  相关文章
📜  bash 命令打开文件资源管理器 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:49.957000             🧑  作者: Mango

代码示例1
#The following works in all desktop environments by using the default file manager:

xdg-open .
#You can also open files from the terminal as if you had double clicked them in the file manager:

xdg-open file