Cygwin Here power toy

John Vincent jpv50@hotmail.com
Thu Oct 24 09:27:00 GMT 2002


Hi,

The "exec" before the second invocation of /bin/bash means that
this replaces the first bash, rather than having the first bash
wait for it to finish. Thus, you should not end up with two copies
of bash in memory. (This depends, of course, on the correct
implementation of the exec() functions in the cygwin1.dll)

/John Vincent.



>From: Sven Köhler <skoehler@upb.de>
>To: "Gerrit P. Haase" <gp@familiehaase.de>
>CC: cygwin@cygwin.com
>Subject: Re: Cygwin Here power toy
>Date: Sun, 20 Oct 2002 15:44:47 +0200
>
>>REGEDIT4
>>[...]
>>[HKEY_CLASSES_ROOT\Directory\shell\CygwinHere\command]
>>@="c:\\cygwin\\bin\\bash.exe --login -c \"cd '%1' ; exec /bin/bash -rcfile 
>>~/.bashrc\""
>
>can you think of any better way to start bash?
>the above creates two bash.exe in memory:
>one executing /etc/profile and the cd-command
>and one showing the prompt.
>
>bash --login -c "command"
>exits after executing the command.
>is there any bash-internal command, that let's you show a prompt after the 
>command is executed? or any switch that forces bash to not exit?
>
>
>
>
>--
>Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>Bug reporting:         http://cygwin.com/bugs.html
>Documentation:         http://cygwin.com/docs.html
>FAQ:                   http://cygwin.com/faq/


_________________________________________________________________
Unlimited Internet access for only $21.95/month.  Try MSN! 
http://resourcecenter.msn.com/access/plans/2monthsfree.asp


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list