I am currently using CYGWIN, Git Bash, and Msysgit, plus Putty and I want to open a new window at the same location from one to another. Is there a command similar to start . or explorer . to open CYGWIN from Git Bash, or Msysgit from CYGWIN?
|
feedback
|
migrated from stackoverflow.com Nov 5 '11 at 18:17
This question came from our site for professional and enthusiast programmers.
|
In cygwin bash, doing | |||
|
feedback
|
|
You can try to create script in your PATH to run cygwin shell directly. something about "start c:/cygwin/bin/sh" | |||
|
feedback
|
cmd /c start .would be answering cygwin to cmd. I'm trying to git-bash to cygwin – Graphic Agenda Nov 6 '11 at 11:28