Bash -c without exiting

Igor Peshansky pechtcha@cs.nyu.edu
Tue Sep 25 21:43:00 GMT 2007


On Tue, 25 Sep 2007, patrickinminneapolis wrote:

> I'd like to drop to the current directory like this,
>
> bash --login -i -c 'Drop to current directory'
>
> without exiting cygwin. Thanks.

Not Cygwin-specific.  Try

bash --login -i -c 'cd /tmp && exec bash'

HTH,
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_	    pechtcha@cs.nyu.edu | igor@watson.ibm.com
ZZZzz /,`.-'`'    -.  ;-;;,_		Igor Peshansky, Ph.D. (name changed!)
     |,4-  ) )-,_. ,\ (  `'-'		old name: Igor Pechtchanski
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

Belief can be manipulated.  Only knowledge is dangerous.  -- Frank Herbert

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list