Git Bash命令在Windows中获取资源管理器的当前路径



我最近从MacOS转移到了Windows,并且是Windows中bash脚本的新手。我已经为bash shell安装了gitbash。我正在努力写脚本来获取浏览器在终端中的当前路径。

如何使用gitbash获取资源管理器的当前路径?

示例:假设我们正在打开C:Documents,而目前我们在终端中处于C:Downloads,我希望函数cdecd到C:Documents,如果我在资源管理器中打开另一个文件夹,命令cde将cd到该目录。

我的尝试:

function cde() {
current_explorer_path = xxx
cd $current_explorer_path
}

如果您谈论的是explorer.exe,它位于'C:\Windows, so under **git bash** you should find it in/C/Windows'中。

相关内容

  • 没有找到相关文章

最新更新