Open a new ssh window

0

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?

Greg Kerstine

Posted 2011-11-05T04:51:13.953

Reputation: 131

Not sure how ssh ties into this. You want to open an explorer window? From a remote login via ssh? or what...? – None – 2011-11-05T05:04:54.907

cmd /c start . would be answering cygwin to cmd. I'm trying to git-bash to cygwin – Greg Kerstine – 2011-11-06T11:28:21.243

Answers

1

In cygwin bash, doing explorer . does open a new explorer window wherever you are at the time.

jli

Posted 2011-11-05T04:51:13.953

Reputation: 186

I rephrased the question. My apologies. – Greg Kerstine – 2011-11-05T23:20:29.773

0

You can try to create script in your PATH to run cygwin shell directly. something about "start c:/cygwin/bin/sh"

Eir Nym

Posted 2011-11-05T04:51:13.953

Reputation: 377