There's a very good implementation of the "open" command for cygwin.
to open d:/dev/deploy folder , we can use below command:
/cygdrive/d/dev/softwares/cygwin-ext/open.exe d:/dev/deploy
very simple, and useful.
that's it.
本文介绍了一种在Cygwin环境下使用open命令的有效方法。通过此方法,可以轻松打开位于特定路径下的文件夹,例如通过执行/cygdrive/d/dev/softwares/cygwin-ext/open.exe d:/dev/deploy来打开部署文件夹。
There's a very good implementation of the "open" command for cygwin.
to open d:/dev/deploy folder , we can use below command:
/cygdrive/d/dev/softwares/cygwin-ext/open.exe d:/dev/deploy
very simple, and useful.
that's it.
1107

被折叠的 条评论
为什么被折叠?