📌  相关文章
📜  打开文件夹 - Shell-Bash 代码示例

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

代码示例1
Just use "open [path_to_dir]" in Unix or "start [path_to_dir]" in Windows as:
open .    #Open current directdory in Unix
start . #Open current directory in Windows