From: earnie_boyd AT yahoo DOT com (Earnie Boyd) Subject: Re: bash and '&' 10 Apr 1998 09:54:08 -0700 Message-ID: <19980410112257.1722.rocketmail.cygnus.gnu-win32@send1a.yahoomail.com> Reply-To: earnie_boyd AT hotmail DOT com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: dahms AT ifk20 DOT mach DOT uni-karlsruhe DOT de, mh AT mike DOT franken DOT de Cc: gnu-win32 AT cygnus DOT com ---dahms AT ifk20 DOT mach DOT uni-karlsruhe DOT de wrote: > > Hi Michael, you wrote: > > : If you test this on a Linux machine, you can run any "command &", then > : exit bash and "command" still survives - it will get init as parent > : process ! > > My usual trick is "(command&)" [or "(command>cmd.log 2>&1 &)"]. > Since the additional subshell dies first, the command gets reparented to 1. > This still leaves a command window stub on exit for non-cygwin (Sergey's input to this thread) executables. For the console window stub to disappear the background jobs must have "tty support" (I haven't tested this so please report if you find it isn't correct). _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".