📌  相关文章
📜  打开当前目录 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:08.851000             🧑  作者: 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