This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: bash and '&'


Well, now that you've got me to thinking about it, tcsh on AIX will do 
what you are saying also.  I can start a background job, exit and the 
background job still lives.

On NT using cygwinb18:
bash$ wish42 &
bash$ exit

This will leave wish running and remove the console window.

On NT using cygwinb19:
bash$ wish42 &
bash$ exit

This will leave wish running, will exit bash, but will leave the console 
window up.  This is true with or without job control.  This is true even 
with the disown of the job.

-        \\||//
---o0O0--Earnie--0O0o----
-earnie_boyd@hotmail.com-
------ooo0O--O0ooo-------



______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]