📌  相关文章
📜  ubuntu 从终端打开目录 - Shell-Bash 代码示例

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

代码示例3
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