0
点赞
收藏
分享

微信扫一扫

open windows explorer in cygwin

悲催博士僧 2023-04-20 阅读 75


There's a very good implementation of the "open" command for cygwin.

here

 

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.

举报

相关推荐

0 条评论